mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Added new SparkMAX analog encoder option, fixed 'none' absolute encoder type
This commit is contained in:
@@ -17,7 +17,7 @@ public class SwerveModuleConfiguration
|
||||
* {@link swervelib.math.SwerveMath#calculateDegreesPerSteeringRotation(double, double)} respectively to calculate the
|
||||
* conversion factors.
|
||||
*/
|
||||
public final MotorConfigDouble conversionFactors;
|
||||
public final MotorConfigDouble conversionFactors;
|
||||
/**
|
||||
* Angle offset in degrees for the Swerve Module.
|
||||
*/
|
||||
@@ -79,6 +79,7 @@ public class SwerveModuleConfiguration
|
||||
* @param velocityPIDF Velocity PIDF configuration.
|
||||
* @param physicalCharacteristics Physical characteristics of the swerve module.
|
||||
* @param name The name for the swerve module.
|
||||
* @param conversionFactors Conversion factors to be applied to the drive and angle motors.
|
||||
*/
|
||||
public SwerveModuleConfiguration(
|
||||
SwerveMotor driveMotor,
|
||||
|
||||
Reference in New Issue
Block a user