robot-2024/.pathplanner/settings.json
samuel desharnais 36ae404541
2024-02-26 18:45:03 -05:00

26 lines
359 B
JSON

{
"robotWidth": 0.9,
"robotLength": 0.9,
"holonomicMode": true,
"pathFolders": [
"1",
"2",
"4",
"7",
"8",
"9"
],
"autoFolders": [
"1",
"2",
"4",
"7",
"8",
"9"
],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
}