Skip to content

Commit

Permalink
faster center sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Mar 24, 2024
1 parent 562274c commit 79e0d9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/main/deploy/pathplanner/paths/P to 1.path
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
{
"anchor": {
"x": 2.6,
"y": 3.9
"x": 7.816843352984952,
"y": 0.785663676590511
},
"prevControl": {
"x": 1.6,
"y": 3.9
"x": 6.816843352984952,
"y": 0.7856636765905107
},
"nextControl": null,
"isLocked": true,
Expand Down
4 changes: 2 additions & 2 deletions src/main/deploy/pathplanner/paths/P to 8 Center Sweep.path
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 4.0,
"maxAcceleration": 2.0,
"maxAcceleration": 4.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
Expand All @@ -118,5 +118,5 @@
"rotation": -60.92861841213601,
"velocity": 0
},
"useDefaultConstraints": true
"useDefaultConstraints": false
}

0 comments on commit 79e0d9f

Please sign in to comment.