Upgrading to 2025.7.0

This commit is contained in:
thenetworkgrinch
2025-02-22 06:15:56 +00:00
parent 62f8236678
commit 4016ee2190
41 changed files with 2237 additions and 557 deletions

View File

@@ -10,9 +10,9 @@ public class LocationJson
/**
* Location of the swerve module in inches from the center of the robot horizontally.
*/
public double front = 0, x = 0;
public double front = 0;
/**
* Location of the swerve module in inches from the center of the robot vertically.
*/
public double left = 0, y = 0;
public double left = 0;
}