Package frc.robot

Class Constants.RampConstants

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

public static class Constants.RampConstants extends Object
Constants used to configure the Ramp.
  • Field Details

    • RAMP_MOTOR_GEAR_RATIO

      public static final double RAMP_MOTOR_GEAR_RATIO
      Ramp gear ratio.
      See Also:
    • RAMP_MOTOR_CAN_ID

      public static final int RAMP_MOTOR_CAN_ID
      Ramp CAN ID.
      See Also:
    • CLOSED_LOOP_CONFIG

      public static final ClosedLoopConfig CLOSED_LOOP_CONFIG
      PID config for the motor controller.
    • RAMP_MOTOR_CURRENT_LIMIT

      public static final int RAMP_MOTOR_CURRENT_LIMIT
      Ramp motor's current limit.
      See Also:
    • POSITION_CONVERSION_FACTOR

      public static final double POSITION_CONVERSION_FACTOR
      Used for controlling the position of the motor correctly. Used to display the correct degree values in software.
      See Also:
    • RAMP_STOW_POSITION

      public static final double RAMP_STOW_POSITION
      Ramp stow position.
      See Also:
    • RAMP_DEPLOY_POSITION

      public static final double RAMP_DEPLOY_POSITION
      Ramp deploy position.
      See Also:
  • Constructor Details

    • RampConstants

      public RampConstants()