Class ElevatorConstants.Setpoints
java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorConstants.Setpoints
- Enclosing class:
- ElevatorConstants
Position setpoints for different elevator states
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Distance
Height for algae processorstatic final Distance
Height for L2/L3 algae pickupstatic final Distance
Height for L3/L4 algae pickupstatic final Distance
Height for algae processorstatic final Distance
Height for algae processorstatic final Distance
Height for stowed algaestatic final Distance
static final Distance
Height for picking up from coral stationstatic final Distance
static final Distance
Height for L1 placementstatic final Distance
Height for L2 placementstatic final Distance
Height for L3 placementstatic final Distance
Height for L4 placementstatic final Distance
Height when elevator is fully retracted/stowed -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CORAL_STOWED
Height when elevator is fully retracted/stowed -
CLIMB
-
CORAL_CORAL_STATION
Height for picking up from coral station -
CORAL_L4_PLACE
Height for L4 placement -
CORAL_L3_PLACE
Height for L3 placement -
CORAL_L2_PLACE
Height for L2 placement -
CORAL_L1_PLACE
Height for L1 placement -
CORAL_GROUND_PLACE
-
ALGAE_L2_REMOVAL
Height for L2/L3 algae pickup -
ALGAE_L3_REMOVAL
Height for L3/L4 algae pickup -
ALGAE_STOWED
Height for stowed algae -
ALGAE_PROCESSOR
Height for algae processor -
ALGAE_GROUND_INTAKE
Height for algae processor -
ALGAE_NET
Height for algae processor
-
-
Constructor Details
-
Setpoints
public Setpoints()
-