Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
2491NoMythic committed Mar 20, 2024
1 parent b3d0ccd commit 1b75e90
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions src/main/deploy/pathplanner/autos/Obsolete/StartMLeft3.auto
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,45 @@
{
"type": "path",
"data": {
"pathName": "Blue1AutoPickup"
"pathName": "Blue1Pickup"
}
},
{
"type": "named",
"type": "race",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "groundIntake"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
}
]
}
},
{
"type": "race",
"data": {
"name": "autoPickup"
"commands": [
{
"type": "path",
"data": {
"pathName": "BlueAmpShoot1"
}
},
{
"type": "named",
"data": {
"name": "autoAimAtSpeaker"
}
}
]
}
},
{
Expand Down

0 comments on commit 1b75e90

Please sign in to comment.