Class WristConstants.Setpoints
java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.constants.WristConstants.Setpoints
- Enclosing class:
 - WristConstants
 
Contains position setpoints for different wrist states.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AngleHeight for L2/L3 algae pickupstatic final Anglestatic final AngleAngle for picking up from coral stationstatic final AngleAngle for ground intakestatic final AngleAngle for L1 placementstatic final AngleAngle for L2 placement (Equal to the angle for L3 placement)static final AngleAngle for L3 placement (Equal to the angle for L2 placement)static final AngleAngle for L4 placementstatic final AngleAngle when wrist is fully retracted/stowedstatic final AngleAngle when wrist is moving to a position. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
CRUISE
Angle when wrist is moving to a position. Safe position - 
CORAL_STOWED
Angle when wrist is fully retracted/stowed - 
CORAL_CORAL_STATION
Angle for picking up from coral station - 
CORAL_L4_PLACE
Angle for L4 placement - 
CORAL_L3_PLACE
Angle for L3 placement (Equal to the angle for L2 placement) - 
CORAL_L2_PLACE
Angle for L2 placement (Equal to the angle for L3 placement) - 
CORAL_L1_PLACE
Angle for L1 placement - 
CORAL_GROUND_INTAKE
Angle for ground intake - 
ALGAE_L2_REMOVAL
Height for L2/L3 algae pickup - 
ALGAE_L3_REMOVAL
 
 - 
 - 
Constructor Details
- 
Setpoints
public Setpoints() 
 -