Class WristConstants.Limits

java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.constants.WristConstants.Limits
Enclosing class:
WristConstants

public static final class WristConstants.Limits extends Object
Contains physical limits and safety thresholds for the wrist.
  • Field Details

    • MAX_ANGLE

      public static final Angle MAX_ANGLE
      Maximum allowed angle
    • MIN_ANGLE

      public static final Angle MIN_ANGLE
      Minimum allowed angle
    • MAX_OPEN_LOOP_PERCENTAGE

      public static final double MAX_OPEN_LOOP_PERCENTAGE
      Maximum open loop percent output
      See Also:
    • MAX_SPEED

      public static final AngularVelocity MAX_SPEED
      Max speed (magnitude)
    • LIMITS_ENABLED

      public static final boolean LIMITS_ENABLED
      Enable Limits
      See Also:
  • Constructor Details

    • Limits

      public Limits()