mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Upgrading to 2025.7.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user