Class Climber

All Implemented Interfaces:
Sendable, Subsystem

public class Climber extends SubsystemBase
Subsystem that controls the climber.
  • Constructor Details

    • Climber

      public Climber()
  • Method Details

    • RaiseClimber

      public Command RaiseClimber(double position)
      Disengages the ratchet and raises the climber.
      Returns:
      Command to run.
    • LowerClimber

      public Command LowerClimber()
      Engages the ratchet and lowers the climber.
      Returns:
      Command to run.