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 Angle
Height for L2/L3 algae pickupstatic final Angle
static final Angle
Angle for picking up from coral stationstatic final Angle
Angle for ground intakestatic final Angle
Angle for L1 placementstatic final Angle
Angle for L2 placement (Equal to the angle for L3 placement)static final Angle
Angle for L3 placement (Equal to the angle for L2 placement)static final Angle
Angle for L4 placementstatic final Angle
Angle when wrist is fully retracted/stowedstatic final Angle
Angle 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()
-