Skip to content

Commit

Permalink
add back some silly logic jic
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Cushman committed Oct 24, 2024
1 parent e9cef36 commit 9f78f30
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions src/main/deploy/pathplanner/autos/S W2 S C3-5 S DEF.auto
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,50 @@
}
]
}
},
{
"type": "deadline",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "W2 C3"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "StopAll"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "named",
"data": {
"name": "ToIndexer"
}
}
]
}
}
]
}
},
{
"type": "named",
"data": {
"name": "C3toC5default"
}
}
]
}
Expand Down

0 comments on commit 9f78f30

Please sign in to comment.