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

Commit

Permalink
auto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drive station committed Oct 7, 2024
1 parent e494d8f commit 5f2b15d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Amp - 3 Piece.auto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"type": "named",
"data": {
"name": "revAim"
"name": "revAimSpeaker"
}
},
{
Expand Down
6 changes: 6 additions & 0 deletions src/main/deploy/pathplanner/autos/Middle - 2 Piece.auto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ensureNoteSecure"
}
},
{
"type": "race",
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "ensureNoteSecure"
}
},
{
"type": "deadline",
"data": {
Expand All @@ -24,7 +30,7 @@
{
"type": "named",
"data": {
"name": "revAim"
"name": "revAimSpeaker"
}
}
]
Expand Down

0 comments on commit 5f2b15d

Please sign in to comment.