Class StateCoralStowed

All Implemented Interfaces:
Sendable

public class StateCoralStowed extends SequentialCommandGroup
Command for moving the robot's mechanisms to their stowed positions. Moves the wrist first, then the elevator to their positions
  • Constructor Details

    • StateCoralStowed

      public StateCoralStowed(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem)
      Creates a new StateCoralStowed command. Runs both elevator and wrist to stowed position. Wrist moves first, then elevator. Cedes control back to the default command via usage of ProxyCommand
      Parameters:
      elevatorSubsystem - The elevator subsystem
      wristSubsystem - The wrist subsystem