Skip to content

Commit

Permalink
update path planner settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MEFThunders7035 committed Feb 7, 2024
1 parent b378cf2 commit 5246804
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.71,
"robotLength": 0.79,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 4.0,
"defaultMaxAccel": 4.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"defaultMaxVel": 3.0,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 180.0,
"defaultMaxAngAccel": 180.0,
"maxModuleSpeed": 4.5
}

0 comments on commit 5246804

Please # to comment.