Class ClimberDefaultPositions

All Implemented Interfaces:
Sendable

public class ClimberDefaultPositions extends InstantCommand
A command that disables the servos in the climber subsystem. This command executes instantly and can run when the robot is disabled.
  • Constructor Details

    • ClimberDefaultPositions

      public ClimberDefaultPositions(ClimberSubsystem climberSubsystem)
      Creates a new ClimberDisableServos command.
      Parameters:
      climberSubsystem - The climber subsystem to control
  • Method Details

    • initialize

      public void initialize()
      Called when the command is initially scheduled. Disables the servos in the climber subsystem.
      Overrides:
      initialize in class FunctionalCommand