All Implemented Interfaces:
Sendable

public class UnClimb extends SequentialCommandGroup
A sequential command group that handles the unclimbing sequence. This command executes a series of steps to safely disengage the climbing mechanism: 1. Enables the servos 2. Sets the plunger to receive position 3. Unlocks the cage 4. Waits for 1 second 5. Disables the servos
  • Constructor Details

    • UnClimb

      public UnClimb(ClimberSubsystem climberSubsystem, ElevatorSubsystem elevatorSubsystem)
      Creates a new UnClimb command.
      Parameters:
      climberSubsystem - The climber subsystem to control