Skip to content

Commit

Permalink
modify 2 note auto
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-maharj08 committed Mar 1, 2024
1 parent 6dd78c9 commit fdc5a3a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/main/deploy/pathplanner/paths/Sub to Centerline 5.path
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@
"rotateFast": false
}
],
"constraintZones": [],
"constraintZones": [
{
"name": "New Constraints Zone",
"minWaypointRelativePos": 0.8,
"maxWaypointRelativePos": 1.0,
"constraints": {
"maxVelocity": 2.0,
"maxAcceleration": 6.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
}
}
],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
Expand All @@ -44,7 +56,7 @@
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 3.0,
"velocity": 0.0,
"rotation": 0,
"rotateFast": false
},
Expand Down

0 comments on commit fdc5a3a

Please sign in to comment.