mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
New name for module locations, some fixes
This commit is contained in:
@@ -82,8 +82,8 @@ public class ModuleJson
|
||||
angleMotor,
|
||||
absEncoder,
|
||||
absoluteEncoderOffset,
|
||||
Units.inchesToMeters(location.x),
|
||||
Units.inchesToMeters(location.y),
|
||||
Units.inchesToMeters(Math.round(location.x) == 0 ? location.front : location.x),
|
||||
Units.inchesToMeters(Math.round(location.y) == 0 ? location.left : location.y),
|
||||
anglePIDF,
|
||||
velocityPIDF,
|
||||
maxSpeed,
|
||||
|
||||
Reference in New Issue
Block a user