mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Updated swerve module optimizations and moved math to SwerveMath.
This commit is contained in:
@@ -11,11 +11,11 @@ public class SwerveControllerConfiguration
|
||||
/**
|
||||
* Maximum robot speed in meters per second.
|
||||
*/
|
||||
public final double maxSpeed;
|
||||
public double maxSpeed;
|
||||
/**
|
||||
* Maximum angular velocity in rad/s
|
||||
*/
|
||||
public final double maxAngularVelocity;
|
||||
public double maxAngularVelocity;
|
||||
/**
|
||||
* PIDF for the heading of the robot.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user