mirror of
https://github.com/BroncBotz3481/YAGSL
synced 2026-06-19 06:21:40 +00:00
Update YAGSL to handle controls better
This commit is contained in:
@@ -142,7 +142,8 @@ public class SwerveParser
|
||||
pidfPropertiesJson.angle,
|
||||
pidfPropertiesJson.drive,
|
||||
maxSpeedMPS,
|
||||
physicalPropertiesJson.createPhysicalProperties(swerveDriveJson.optimalVoltage));
|
||||
physicalPropertiesJson.createPhysicalProperties(swerveDriveJson.optimalVoltage),
|
||||
swerveDriveJson.modules[i]);
|
||||
}
|
||||
SwerveDriveConfiguration swerveDriveConfiguration =
|
||||
new SwerveDriveConfiguration(
|
||||
|
||||
Reference in New Issue
Block a user