Files
2026KPopRobotHunters/src/main/deploy/pathplanner/settings.json
T

34 lines
758 B
JSON
Raw Normal View History

2026-01-13 18:17:37 -07:00
{
"robotWidth": 0.9,
"robotLength": 0.9,
"holonomicMode": true,
2026-02-27 19:37:21 -07:00
"pathFolders": [
"New Folder"
],
2026-01-13 18:17:37 -07:00
"autoFolders": [],
2026-02-27 19:37:21 -07:00
"defaultMaxVel": 1.7,
"defaultMaxAccel": 2.0,
"defaultMaxAngVel": 500.0,
"defaultMaxAngAccel": 700.0,
"defaultNominalVoltage": 10.0,
2026-01-13 18:17:37 -07:00
"robotMass": 74.088,
"robotMOI": 6.883,
"robotTrackwidth": 0.546,
"driveWheelRadius": 0.048,
"driveGearing": 5.143,
"maxDriveSpeed": 5.45,
"driveMotorType": "krakenX60",
"driveCurrentLimit": 60.0,
"wheelCOF": 1.2,
"flModuleX": 0.273,
"flModuleY": 0.273,
"frModuleX": 0.273,
"frModuleY": -0.273,
"blModuleX": -0.273,
"blModuleY": 0.273,
"brModuleX": -0.273,
"brModuleY": -0.273,
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": []
}