mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-07-06 07:41:40 +00:00
Updated to 2024.4.6.1
This commit is contained in:
@@ -33,14 +33,14 @@ public class TalonFXSwerve extends SwerveMotor
|
||||
* Velocity voltage setter for controlling drive motor.
|
||||
*/
|
||||
private final VelocityVoltage m_velocityVoltageSetter = new VelocityVoltage(0);
|
||||
/**
|
||||
* Conversion factor for the motor.
|
||||
*/
|
||||
private double conversionFactor;
|
||||
/**
|
||||
* TalonFX motor controller.
|
||||
*/
|
||||
TalonFX motor;
|
||||
/**
|
||||
* Conversion factor for the motor.
|
||||
*/
|
||||
private double conversionFactor;
|
||||
/**
|
||||
* Current TalonFX configuration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user