Class AutoStateL1

All Implemented Interfaces:
Sendable

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

    • AutoStateL1

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