Files
2024AcrossTheRidgebotiverse/src/main/deploy/pathplanner/autos/HubCenter-Station-Score.auto
T

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2026-04-28 16:32:28 -06:00
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "HubCenter-PlayerStation"
}
},
{
"type": "named",
"data": {
"name": "Intake Extended"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "Robot Rev Up"
}
},
{
"type": "path",
"data": {
"pathName": "CPlayerStation-CShoot"
}
},
{
"type": "named",
"data": {
"name": "Robot Shoot"
}
}
]
}
},
"resetOdom": true,
"folder": "Pikes Peak Autos",
"choreoAuto": false
}