Files
Mothman/src/main/deploy/pathplanner/autos/Human Player Auto.auto

79 lines
1.4 KiB
Plaintext
Raw Normal View History

2026-03-02 16:11:09 -05:00
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "Deploy_Intake_Command"
}
},
{
"type": "path",
"data": {
"pathName": "Starting to HP"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.25
2026-03-02 16:11:09 -05:00
}
},
{
"type": "path",
"data": {
"pathName": "HP to Hub"
}
},
{
"type": "named",
"data": {
"name": "Shoot_Fuel_Command"
}
},
2026-03-05 19:52:32 -05:00
{
"type": "wait",
"data": {
"waitTime": 2.0
2026-03-05 19:52:32 -05:00
}
},
{
"type": "named",
"data": {
"name": "Assist_Shooter"
}
},
2026-03-02 16:11:09 -05:00
{
"type": "named",
"data": {
"name": "Stop_Shooter_Command"
}
},
{
"type": "path",
"data": {
"pathName": "Hub to side of Climb"
}
},
{
"type": "path",
"data": {
"pathName": "Side into Climb"
}
},
{
"type": "named",
"data": {
"name": "Lift_Robot"
}
2026-03-02 16:11:09 -05:00
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}