Class Ramp

All Implemented Interfaces:
Sendable, Subsystem

public class Ramp extends SubsystemBase
Subsystem for the robot's Ramp functionality.
  • Constructor Details

    • Ramp

      public Ramp()
      Creates a new Ramp.
  • Method Details

    • periodic

      public void periodic()
    • RampRetract

      public Command RampRetract()
      Starts the Ramp motor to retract.
      Returns:
      Command to retract.
    • RampDeploy

      public Command RampDeploy()
      Starts the Ramp motor to deploy
      Returns:
      Command to deploy.