Class WristConstants.Thresholds

java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.constants.WristConstants.Thresholds
Enclosing class:
WristConstants

public static final class WristConstants.Thresholds extends Object
Contains threshold values for various wrist operations.
  • Field Details

    • AT_TARGET_ANGLE_POSITION_THRESHOLD

      public static final Angle AT_TARGET_ANGLE_POSITION_THRESHOLD
      Acceptable PID error that will classify as "at position"
    • AT_TARGET_ANGLE_TIME_THRESHOLD

      public static final Time AT_TARGET_ANGLE_TIME_THRESHOLD
      How long the wrist must be "at position" to classify as "at position"
  • Constructor Details

    • Thresholds

      public Thresholds()