Talon FXConfig
Configuration class for TalonFX motors.
Provides properties for configuring TalonFX including inversion, neutral mode, PID, current limits, and soft limits.
Properties
The motor controls instance containing all control lambdas for TalonFX.
Pair of supply and stator current limits (nullable).
Deadband for duty cycle output.
Optional lambda for additional TalonFXConfiguration customization.
Optional Motion Magic configuration.
Neutral mode (NeutralModeValue).
Lambda function for controlling the motor using a position value.
Lambda function for controlling the motor using PWM (Pulse Width Modulation).
Pair of forward and reverse soft limits (nullable).
Optional custom TalonFXConfiguration to use as a base.
Lambda function for controlling the motor using a velocity value.
Lambda function for controlling the motor using voltage.