StateStowed Command
A command sequence that safely returns the robot's mechanisms to their stowed/home positions. This command ensures proper sequencing of movements to avoid collisions, moving the wrist first followed by the elevator.
Subsystem Requirements
Constructor Parameters
elevatorSubsystem
: Controls vertical movement of the mechanismwristSubsystem
: Controls angular position of the intake
Configuration Requirements
-
All subsystems must have proper setpoints defined in their respective Constants files:
ElevatorConstants.Setpoints.STOWED
WristConstants.Setpoints.STOWED
-
Default commands should be configured for all subsystems since the command uses proxy commands