Class AutoStateCoralStation

All Implemented Interfaces:
Sendable

public class AutoStateCoralStation extends SequentialCommandGroup
Command sequence for intaking from the coral station. The sequence: 1. Moves elevator and wrist to coral station position simultaneously 2. Waits for release button confirmation 3. Runs intake 4. Returns to stowed position
  • Constructor Details

    • AutoStateCoralStation

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