Class AutoStateL3

All Implemented Interfaces:
Sendable

public class AutoStateL3 extends SequentialCommandGroup
Command sequence for placing game pieces on Level 3. The sequence: 1. Moves elevator and wrist to L3 position simultaneously 2. Waits for release button confirmation 3. Runs eject through 4. Returns to stowed position
  • Constructor Details

    • AutoStateL3

      public AutoStateL3(ElevatorSubsystem elevatorSubsystem, WristSubsystem wristSubsystem)
      Creates a new StateL3 command.
      Parameters:
      elevatorSubsystem - The elevator subsystem
      wristSubsystem - The wrist subsystem