Class ElevatorTalonFXRealConstants.MotorSafetyLimits

java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorTalonFXRealConstants.MotorSafetyLimits
Enclosing class:
ElevatorTalonFXRealConstants

public static final class ElevatorTalonFXRealConstants.MotorSafetyLimits extends Object
Contains safety limit constants for the elevator motors.
  • Field Details

    • TORQUE_FORWARD_AMP_LIMIT

      public static final Current TORQUE_FORWARD_AMP_LIMIT
      Maximum forward torque current limit in amperes
    • TORQUE_REVERSE_AMP_LIMIT

      public static final Current TORQUE_REVERSE_AMP_LIMIT
      Maximum reverse torque current limit in amperes
    • STATOR_AMP_LIMIT

      public static final Current STATOR_AMP_LIMIT
      Maximum stator current limit in amperes
  • Constructor Details

    • MotorSafetyLimits

      public MotorSafetyLimits()