Class ElevatorConstants.Limits

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

public static final class ElevatorConstants.Limits extends Object
Physical limits and safety thresholds
  • Field Details

    • MAX_HEIGHT

      public static final Distance MAX_HEIGHT
      Maximum allowed height
    • MIN_HEIGHT

      public static final Distance MIN_HEIGHT
      Minimum allowed height
    • MIN_CLIMB_HEIGHT

      public static final Distance MIN_CLIMB_HEIGHT
      Minimum allowed height
    • MAX_OPEN_LOOP_PERCENTAGE

      public static final double MAX_OPEN_LOOP_PERCENTAGE
      Maximum open loop percent output
      See Also:
    • MAX_OPERATOR_VELOCITY

      public static final LinearVelocity MAX_OPERATOR_VELOCITY
      Max speed (magnitude)
    • LIMITS_ENABLED

      public static final boolean LIMITS_ENABLED
      Enable Limits
      See Also:
    • MAX_VELOCITY_NEAR_LIMIT

      public static final LinearVelocity MAX_VELOCITY_NEAR_LIMIT
      Maximum velocity near the top or bottom limit
    • DISTANCE_FROM_LIMIT

      public static final Distance DISTANCE_FROM_LIMIT
      Distance from the top or bottom limit where the velocity limit applies
  • Constructor Details

    • Limits

      public Limits()