Class WristTalonFXRealConstants

java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.constants.WristTalonFXRealConstants

public class WristTalonFXRealConstants extends Object
Contains TalonFX-specific constants for the real robot implementation of the wrist. Includes PID values, motor configuration, and safety limits.
  • Field Details

    • MOTOR_DIRECTION

      public static final com.ctre.phoenix6.signals.InvertedValue MOTOR_DIRECTION
      Direction of the motor rotation
    • ENCODER_DIRECTION

      public static final com.ctre.phoenix6.signals.SensorDirectionValue ENCODER_DIRECTION
      Direction of the encoder rotation
    • MECHANISM_NEUTRAL_MODE

      public static final com.ctre.phoenix6.signals.NeutralModeValue MECHANISM_NEUTRAL_MODE
      Neutral mode (brake/coast) setting for the mechanism
    • ROTOR_TO_SENSOR_RATIO

      public static final int ROTOR_TO_SENSOR_RATIO
      Gear ratio between motor rotation and mechanism rotation
      See Also:
    • ENCODER_MAGNET_OFFSET

      public static final double ENCODER_MAGNET_OFFSET
      Magnet offset for the CANCoder absolute position
      See Also:
  • Constructor Details

    • WristTalonFXRealConstants

      public WristTalonFXRealConstants()