Class ElevatorConstants.Limits
java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorConstants.Limits
- Enclosing class:
- ElevatorConstants
Physical limits and safety thresholds
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Distance
Distance from the top or bottom limit where the velocity limit appliesstatic final boolean
Enable Limitsstatic final Distance
Maximum allowed heightstatic final double
Maximum open loop percent outputstatic final LinearVelocity
Max speed (magnitude)static final LinearVelocity
Maximum velocity near the top or bottom limitstatic final Distance
Minimum allowed heightstatic final Distance
Minimum allowed height -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_HEIGHT
Maximum allowed height -
MIN_HEIGHT
Minimum allowed height -
MIN_CLIMB_HEIGHT
Minimum allowed height -
MAX_OPEN_LOOP_PERCENTAGE
public static final double MAX_OPEN_LOOP_PERCENTAGEMaximum open loop percent output- See Also:
-
MAX_OPERATOR_VELOCITY
Max speed (magnitude) -
LIMITS_ENABLED
public static final boolean LIMITS_ENABLEDEnable Limits- See Also:
-
MAX_VELOCITY_NEAR_LIMIT
Maximum velocity near the top or bottom limit -
DISTANCE_FROM_LIMIT
Distance from the top or bottom limit where the velocity limit applies
-
-
Constructor Details
-
Limits
public Limits()
-