Package frc.robot

Class Constants.ClimberConstants

java.lang.Object
frc.robot.Constants.ClimberConstants
Enclosing class:
Constants

public static class Constants.ClimberConstants extends Object
Constants used to configure the autonomous program.
  • Field Details

    • RIGHT_CLIMBER_PORT

      public static final int RIGHT_CLIMBER_PORT
      Port for the right climber motor.
      See Also:
    • LEFT_CLIMBER_PORT

      public static final int LEFT_CLIMBER_PORT
      Port for the left climber motor.
      See Also:
    • RAMP_PIVOT_PORT

      public static final int RAMP_PIVOT_PORT
      Port for the ramp pivot motor.
      See Also:
  • Constructor Details

    • ClimberConstants

      public ClimberConstants()