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 climber.
  • Field Details

    • CLIMBER_MOTOR_CAN_ID

      public static final int CLIMBER_MOTOR_CAN_ID
      CAN ID for the climber motor.
      See Also:
    • CLIMBER_GEAR_RATIO

      public static final double CLIMBER_GEAR_RATIO
      Gear ratio for the climber mechanism.
      See Also:
    • CLIMBER_JUST_SPOOL_RATIO

      public static final double CLIMBER_JUST_SPOOL_RATIO
      See Also:
    • SERVO_PWM_PORT

      public static final int SERVO_PWM_PORT
      PWM port for the climber ratchet servo.
      See Also:
    • SERVO_ENABLED_ANGLE

      public static final double SERVO_ENABLED_ANGLE
      Servo angle at which the climber is engaged.
      See Also:
    • SERVO_DISABLED_ANGLE

      public static final double SERVO_DISABLED_ANGLE
      Servo angle at which the climber is disengaged.
      See Also:
    • RAISE_CLIMBER_SPEED

      public static final double RAISE_CLIMBER_SPEED
      Speed at which the climber is raised.
      See Also:
    • CLIMBER_RAISED_POSITION

      public static final double CLIMBER_RAISED_POSITION
      Position where the climber is fully raised.
      See Also:
    • LOWER_CLIMBER_SPEED

      public static final double LOWER_CLIMBER_SPEED
      Speed at which the climber is lowered.
      See Also:
    • ABSOLUTE_ENCODER_OFFSET

      public static final double ABSOLUTE_ENCODER_OFFSET
      See Also:
  • Constructor Details

    • ClimberConstants

      public ClimberConstants()