All Implemented Interfaces:
Sendable

public class Climb extends SequentialCommandGroup
A sequential command group that handles the climbing sequence. This command coordinates the elevator and climber subsystems to perform a climbing operation.
  • Constructor Details

    • Climb

      public Climb(ClimberSubsystem climberSubsystem, ElevatorSubsystem elevatorSubsystem, BlingSubsystem blingSubsystem, DoubleSupplier input)
      Creates a new Climb command.
      Parameters:
      climberSubsystem - The climber subsystem to control
      elevatorSubsystem - The elevator subsystem to control
      blingSubsystem - The bling subsystem to control
      input - The input supplier for controlling climb velocity