Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
Set up 2021 pathplanner field
Browse files Browse the repository at this point in the history
  • Loading branch information
owenflatman committed Nov 16, 2023
1 parent 6e1e5f0 commit 9126dcb
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 0 deletions.
74 changes: 74 additions & 0 deletions src/main/deploy/pathplanner/OwenTest.path
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"waypoints": [
{
"anchorPoint": {
"x": 1.8953881402718815,
"y": 5.686164420815644
},
"prevControl": null,
"nextControl": {
"x": 3.790776280543763,
"y": 5.686164420815644
},
"holonomicAngle": 0,
"isReversal": false,
"velOverride": null,
"isLocked": false,
"isStopPoint": false,
"stopEvent": {
"names": [],
"executionBehavior": "parallel",
"waitBehavior": "none",
"waitTime": 0
}
},
{
"anchorPoint": {
"x": 5.686164420815644,
"y": 9.476940701359407
},
"prevControl": {
"x": 5.686164420815644,
"y": 7.581552561087526
},
"nextControl": {
"x": 5.686164420815644,
"y": 7.581552561087526
},
"holonomicAngle": 0,
"isReversal": true,
"velOverride": null,
"isLocked": false,
"isStopPoint": false,
"stopEvent": {
"names": [],
"executionBehavior": "parallel",
"waitBehavior": "none",
"waitTime": 0
}
},
{
"anchorPoint": {
"x": 9.476940701359407,
"y": 5.686164420815644
},
"prevControl": {
"x": 7.581552561087526,
"y": 5.686164420815644
},
"nextControl": null,
"holonomicAngle": 0,
"isReversal": false,
"velOverride": null,
"isLocked": false,
"isStopPoint": false,
"stopEvent": {
"names": [],
"executionBehavior": "parallel",
"waitBehavior": "none",
"waitTime": 0
}
}
],
"markers": []
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 9126dcb

Please sign in to comment.