Files
2026KPopRobotHunters/src/main/deploy/pathplanner/autos/★HubCenter-Station-Score.auto
T

56 lines
1.1 KiB
Plaintext
Raw Normal View History

2026-03-04 19:33:17 -07:00
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
2026-03-05 23:12:50 -07:00
"pathName": "HubCenter-PlayerStation"
2026-03-04 19:33:17 -07:00
}
},
{
"type": "named",
"data": {
"name": "Intake Extended"
}
}
]
}
},
{
"type": "wait",
"data": {
"waitTime": 2.0
}
},
{
"type": "named",
"data": {
"name": "Robot Rev Up"
}
},
{
"type": "path",
"data": {
"pathName": "PlayerStation-Shoot"
}
},
{
"type": "named",
"data": {
"name": "Robot Shoot"
}
}
]
}
},
"resetOdom": true,
2026-03-05 23:12:50 -07:00
"folder": "HubCenter",
2026-03-04 19:33:17 -07:00
"choreoAuto": false
}