Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into auton
  • Loading branch information
ProgrammingSR committed Mar 4, 2024
2 parents 6f12826 + 9f2332c commit 535b91c
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions src/main/deploy/pathplanner/paths/BlueRightToTopClose.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 0.8020771597098753,
"y": 6.684305590833405
},
"prevControl": null,
"nextControl": {
"x": 1.045306757084283,
"y": 7.1055916113904
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.5265994976434403,
"y": 7.0
},
"prevControl": {
"x": 1.5265994976434403,
"y": 7.0
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [
{
"waypointRelativePos": 0,
"rotationDegrees": 0,
"rotateFast": false
},
{
"waypointRelativePos": 0,
"rotationDegrees": 0,
"rotateFast": false
},
{
"waypointRelativePos": 0,
"rotationDegrees": 0,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": 57.994616791916435,
"velocity": 0
},
"useDefaultConstraints": true
}

0 comments on commit 535b91c

Please sign in to comment.