mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-21 06:31:40 +00:00
Added new SparkMAX analog encoder option, fixed 'none' absolute encoder type
This commit is contained in:
@@ -23,8 +23,10 @@ public class SwerveControllerConfiguration
|
||||
public double maxAngularVelocity;
|
||||
|
||||
/**
|
||||
* Construct the swerve controller configuration.
|
||||
* Construct the swerve controller configuration. Assumes robot is square to fetch maximum angular velocity.
|
||||
*
|
||||
* @param driveCfg {@link SwerveDriveConfiguration} to fetch the first module X and Y used to
|
||||
* calculate the maximum angular velocity.
|
||||
* @param headingPIDF Heading PIDF configuration.
|
||||
* @param angleJoyStickRadiusDeadband Deadband on radius of angle joystick.
|
||||
* @param maxSpeedMPS Maximum speed in meters per second for angular velocity, remember if you have
|
||||
|
||||
Reference in New Issue
Block a user