From: WesleyWong-972 Date: Sat, 14 Mar 2026 00:12:28 +0000 (-0700) Subject: ggjo X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=197f5a2a0efeaf9981e118461eda4977fdbcb738;p=FRC2026.git ggjo --- diff --git a/src/main/deploy/pathplanner/autos/New Auto.auto b/src/main/deploy/pathplanner/autos/New Auto.auto deleted file mode 100644 index 0c60425..0000000 --- a/src/main/deploy/pathplanner/autos/New Auto.auto +++ /dev/null @@ -1,76 +0,0 @@ -{ - "version": "2025.0", - "command": { - "type": "sequential", - "data": { - "commands": [ - { - "type": "parallel", - "data": { - "commands": [ - { - "type": "wait", - "data": { - "waitTime": 1.0 - } - }, - { - "type": "named", - "data": { - "name": "Extend Intake" - } - } - ] - } - }, - { - "type": "parallel", - "data": { - "commands": [ - { - "type": "named", - "data": { - "name": "Start Spindexer" - } - }, - { - "type": "wait", - "data": { - "waitTime": 1.0 - } - } - ] - } - }, - { - "type": "parallel", - "data": { - "commands": [ - { - "type": "named", - "data": { - "name": "Stop Spindexer" - } - }, - { - "type": "named", - "data": { - "name": "Hood Down" - } - } - ] - } - }, - { - "type": "path", - "data": { - "pathName": "Simple" - } - } - ] - } - }, - "resetOdom": true, - "folder": null, - "choreoAuto": false -} \ No newline at end of file diff --git a/src/main/deploy/pathplanner/autos/Parrellel.auto b/src/main/deploy/pathplanner/autos/Parrellel.auto new file mode 100644 index 0000000..0c60425 --- /dev/null +++ b/src/main/deploy/pathplanner/autos/Parrellel.auto @@ -0,0 +1,76 @@ +{ + "version": "2025.0", + "command": { + "type": "sequential", + "data": { + "commands": [ + { + "type": "parallel", + "data": { + "commands": [ + { + "type": "wait", + "data": { + "waitTime": 1.0 + } + }, + { + "type": "named", + "data": { + "name": "Extend Intake" + } + } + ] + } + }, + { + "type": "parallel", + "data": { + "commands": [ + { + "type": "named", + "data": { + "name": "Start Spindexer" + } + }, + { + "type": "wait", + "data": { + "waitTime": 1.0 + } + } + ] + } + }, + { + "type": "parallel", + "data": { + "commands": [ + { + "type": "named", + "data": { + "name": "Stop Spindexer" + } + }, + { + "type": "named", + "data": { + "name": "Hood Down" + } + } + ] + } + }, + { + "type": "path", + "data": { + "pathName": "Simple" + } + } + ] + } + }, + "resetOdom": true, + "folder": null, + "choreoAuto": false +} \ No newline at end of file