Class ElevatorConstants.Thresholds

java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorConstants.Thresholds
Enclosing class:
ElevatorConstants

public static final class ElevatorConstants.Thresholds extends Object
  • Field Details

    • AT_TARGET_HEIGHT_POSITION_THRESHOLD

      public static final Distance AT_TARGET_HEIGHT_POSITION_THRESHOLD
      Acceptable PID error that will classify as "at position"
    • AT_TARGET_HEIGHT_TIME_THRESHOLD

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

    • Thresholds

      public Thresholds()