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 DistanceDistance from the top or bottom limit where the velocity limit appliesstatic final booleanEnable Limitsstatic final DistanceMaximum allowed heightstatic final doubleMaximum open loop percent outputstatic final LinearVelocityMax speed (magnitude)static final LinearVelocityMaximum velocity near the top or bottom limitstatic final DistanceMinimum allowed heightstatic final DistanceMinimum 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()
-