robot-2024/.pathplanner/settings.json

30 lines
395 B
JSON
Raw Normal View History

2024-01-23 18:33:00 -05:00
{
"robotWidth": 0.9,
"robotLength": 0.9,
"holonomicMode": true,
"pathFolders": [
2024-01-23 19:00:20 -05:00
"1",
"2",
"3",
2024-01-23 19:53:48 -05:00
"4",
"5",
2024-01-23 19:59:45 -05:00
"6",
2024-01-23 19:00:20 -05:00
"7",
2024-01-23 19:59:45 -05:00
"8"
2024-01-23 18:33:00 -05:00
],
"autoFolders": [
2024-01-23 19:00:20 -05:00
"1",
"2",
"3",
2024-01-23 19:53:48 -05:00
"4",
"5",
2024-01-23 19:59:45 -05:00
"6",
2024-01-23 19:00:20 -05:00
"7",
2024-01-23 19:59:45 -05:00
"8"
2024-01-23 18:33:00 -05:00
],
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
}