Class CoralIntakeTalonFXRealConstants
java.lang.Object
frc.alotobots.reefscape.subsystems.coralIntake.constants.CoralIntakeTalonFXRealConstants
Constants for the physical intake subsystem using TalonFX motors. Contains PID constants for
different control modes and motor safety limits.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains safety limit constants for the intake motor.static final class
Contains PID and motion control constants for different control modes. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.ctre.phoenix6.signals.NeutralModeValue
Neutral mode (brake/coast) setting for the mechanismstatic final com.ctre.phoenix6.signals.InvertedValue
Direction of the left motor rotation -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOTOR_DIRECTION
public static final com.ctre.phoenix6.signals.InvertedValue MOTOR_DIRECTIONDirection of the left motor rotation -
MECHANISM_NEUTRAL_MODE
public static final com.ctre.phoenix6.signals.NeutralModeValue MECHANISM_NEUTRAL_MODENeutral mode (brake/coast) setting for the mechanism
-
-
Constructor Details
-
CoralIntakeTalonFXRealConstants
public CoralIntakeTalonFXRealConstants()
-