Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
add folders for paths and autos
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuellar13 committed Feb 24, 2024
1 parent 1b7ac23 commit ab32f4c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
"robotWidth": 0.88,
"robotLength": 0.88,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"pathFolders": [
"Blue",
"Red 8",
"Red 1",
"Red 2",
"Red 3",
"Red 4",
"Red 5",
"Red 6",
"Red 7",
"Red MidlinePiecesFromBottom",
"Red MidlinePiecesFromTop",
"Red Starts"
],
"autoFolders": [
"Blue",
"Red"
],
"defaultMaxVel": 4.7,
"defaultMaxAccel": 3.0,
"defaultMaxAngVel": 540.0,
Expand Down

0 comments on commit ab32f4c

Please sign in to comment.