Skip to content

Commit

Permalink
Probably should have pushed this earlier, but rest of Houston (I thin…
Browse files Browse the repository at this point in the history
…K) - Ryan
  • Loading branch information
cassiopeia3 committed May 28, 2024
1 parent 7fbe142 commit 7360894
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 1,685 deletions.
17 changes: 8 additions & 9 deletions src/main/deploy/pathplanner/autos/Source Side 3 Note Center.auto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"name": "CalibrateTrunk"
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "race",
"data": {
Expand Down Expand Up @@ -43,16 +49,9 @@
}
},
{
"type": "parallel",
"type": "path",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Bottom Shot to center bottom"
}
}
]
"pathName": "Bottom Shot to center bottom"
}
},
{
Expand Down
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/Test Shot.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 2,
"y": 2
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": null
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Loading

0 comments on commit 7360894

Please sign in to comment.