Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
a
  • Loading branch information
kirbt committed Mar 23, 2024
1 parent 3380ac8 commit dfb4d63
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"type": "path",
"data": {
"pathName": "HighSpeakerPassAutoLine"
"pathName": "HighSpeakerPassAutoline2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/TunePID.auto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "tunePID"
"pathName": null
}
}
]
Expand Down
79 changes: 79 additions & 0 deletions src/main/deploy/pathplanner/paths/HighSpeakerPassAutoline2.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"version": 1.0,
"waypoints": [
{
"anchor": {
"x": 0.73,
"y": 6.62
},
"prevControl": null,
"nextControl": {
"x": 1.4096302478319247,
"y": 7.388366776733554
},
"isLocked": false,
"linkedName": "TopSpeaker"
},
{
"anchor": {
"x": 2.934213868427737,
"y": 7.68155593454044
},
"prevControl": {
"x": 1.96668964766501,
"y": 7.7108748503211295
},
"nextControl": {
"x": 3.734277569039197,
"y": 7.657311579976456
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 5.059835262527669,
"y": 7.520301897746653
},
"prevControl": {
"x": 4.5760731521463045,
"y": 7.637577560869407
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [
{
"waypointRelativePos": 0.85,
"rotationDegrees": 180.0,
"rotateFast": false
},
{
"waypointRelativePos": 0.05,
"rotationDegrees": -120.0,
"rotateFast": false
}
],
"constraintZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 180.0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -120.0,
"velocity": 0
},
"useDefaultConstraints": false
}

0 comments on commit dfb4d63

Please sign in to comment.