Class ElevatorTalonFXSimConstants

java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorTalonFXSimConstants

public final class ElevatorTalonFXSimConstants extends Object
Constants for the physical elevator subsystem using TalonFX motors. Contains PID constants for different control modes and motor safety limits.
  • Field Details

    • LEFT_MOTOR_DIRECTION

      public static final com.ctre.phoenix6.signals.InvertedValue LEFT_MOTOR_DIRECTION
      Direction of the left motor rotation
    • MECHANISM_NEUTRAL_MODE

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

      public static final double HEIGHT_PER_ROTATION
      Regression used to calculate height of motor. (Should be linear) Rotations:Meters
      See Also:
  • Constructor Details

    • ElevatorTalonFXSimConstants

      public ElevatorTalonFXSimConstants()