diff --git a/.pathplanner/settings.json b/.pathplanner/settings.json index 5c6a51b..ba0ba64 100644 --- a/.pathplanner/settings.json +++ b/.pathplanner/settings.json @@ -1,12 +1,18 @@ { - "robotWidth": 0.9, - "robotLength": 0.9, + "robotWidth": 0.83, + "robotLength": 0.8255, "holonomicMode": true, - "pathFolders": [], - "autoFolders": [], - "defaultMaxVel": 4.331208, - "defaultMaxAccel": 3.0, + "pathFolders": [ + "Autonomous", + "Source On-The-Fly", + "Testing" + ], + "autoFolders": [ + "Troll" + ], + "defaultMaxVel": 4.33, + "defaultMaxAccel": 8.0, "defaultMaxAngVel": 540.0, "defaultMaxAngAccel": 720.0, - "maxModuleSpeed": 4.5 + "maxModuleSpeed": 4.331208 } \ No newline at end of file diff --git a/.run/Debug Robot via IP.run.xml b/.run/Debug Robot via IP.run.xml index bf5a423..e5daf11 100644 --- a/.run/Debug Robot via IP.run.xml +++ b/.run/Debug Robot via IP.run.xml @@ -7,6 +7,10 @@