Class AutoStateStowed

All Implemented Interfaces:
Sendable

public class AutoStateStowed 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

    • AutoStateStowed

      public AutoStateStowed(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem)
      Creates a new StateStowed 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