Skip to content

Commit

Permalink
pathing and navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
a1cd committed Jan 10, 2024
1 parent 2a554b7 commit 2c091a6
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 2,301 deletions.
28 changes: 11 additions & 17 deletions src/main/deploy/pathplanner/autos/Example Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,27 @@
"x": 2.0,
"y": 7.0
},
"rotation": 0
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"type": "named",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Example Path"
}
},
{
"type": "named",
"data": {
"name": "Run Flywheel"
}
}
]
"name": "Run Flywheel"
}
},
{
"type": "path",
"data": {
"pathName": "Example Path"
}
}
]
}
},
"folder": null
"folder": null,
"choreoAuto": false
}
Loading

0 comments on commit 2c091a6

Please sign in to comment.