Swerve Maintenance
Your swerve drive doesn't stop needing attention once it's tuned — keep these in mind for the rest of the season.
physicalproperties.json (or that module's gearing override).modules/physicalproperties.json
Before
{ "$schema": "https://example.com/schemas/physicalproperties.json", "gearing": { "drive": { "gearRatio": 6.75, "diameter": 4 }, "angle": { "gearRatio": 21.43 }, "statorCurrentLimit": { "drive": 40, "angle": 40 } }}After
{ "$schema": "https://example.com/schemas/physicalproperties.json", "gearing": { "drive": { "gearRatio": 6.75, "diameter": 3.87 }, "angle": { "gearRatio": 21.43 }, "statorCurrentLimit": { "drive": 40, "angle": 40 } }}