Updated YAGSL to next-gen

This commit is contained in:
thenetworkgrinch
2023-11-09 17:32:48 -06:00
parent 0b02b3c504
commit 6aaf512b38
21 changed files with 573 additions and 517 deletions

View File

@@ -6,14 +6,6 @@ package swervelib.parser.json;
public class SwerveDriveJson
{
/**
* Maximum robot speed in feet per second.
*/
public double maxSpeed;
/**
* Optimal voltage to compensate to and base feedforward calculations off of.
*/
public double optimalVoltage;
/**
* Robot IMU used to determine heading of the robot.
*/