We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2224d commit 614b9beCopy full SHA for 614b9be
src/main/deploy/pathplanner/settings.json
@@ -4,10 +4,10 @@
4
"holonomicMode": true,
5
"pathFolders": [],
6
"autoFolders": [],
7
- "defaultMaxVel": 3.0,
8
- "defaultMaxAccel": 3.0,
9
- "defaultMaxAngVel": 540.0,
10
- "defaultMaxAngAccel": 720.0,
+ "defaultMaxVel": 1.7,
+ "defaultMaxAccel": 1.5,
+ "defaultMaxAngVel": 270.0,
+ "defaultMaxAngAccel": 360.0,
11
"defaultNominalVoltage": 12.0,
12
"robotMass": 74.088,
13
"robotMOI": 6.883,
0 commit comments