Skip to content

Commit

Permalink
Merge pull request #15 from Team1559/auto-commands
Browse files Browse the repository at this point in the history
Commands for autonomous (untested)
  • Loading branch information
SWDevilTech authored Feb 22, 2025
2 parents c69588a + 59d06e6 commit c3cbb3c
Show file tree
Hide file tree
Showing 54 changed files with 436 additions and 1,285 deletions.
45 changes: 45 additions & 0 deletions src/main/deploy/pathplanner/autos/Inside_2_CoralL2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Inside_2"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "elevatorHome"
}
},
{
"type": "named",
"data": {
"name": "coralLevelTwo"
}
}
]
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
45 changes: 45 additions & 0 deletions src/main/deploy/pathplanner/autos/Inside_4_CoralL2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Inside_4"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "elevatorHome"
}
},
{
"type": "named",
"data": {
"name": "coralLevelTwo"
}
}
]
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
45 changes: 45 additions & 0 deletions src/main/deploy/pathplanner/autos/Inside_4_CoralL4.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Inside_4"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "elevatorHome"
}
},
{
"type": "named",
"data": {
"name": "coralLevelFour"
}
}
]
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
{
"type": "path",
"data": {
"pathName": "Mid_3"
}
},
{
"type": "path",
"data": {
"pathName": "2-Processor"
"pathName": "Inside_Drive"
}
}
]
Expand Down
25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Low-1-To-Processor.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Low-2-To-Processor.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Low-3-To-Processor.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Low-4-To-Processor.auto

This file was deleted.

25 changes: 0 additions & 25 deletions src/main/deploy/pathplanner/autos/Low-6-To-Processor.auto

This file was deleted.

45 changes: 45 additions & 0 deletions src/main/deploy/pathplanner/autos/Mid_12_CoralL2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Mid_12"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "elevatorHome"
}
},
{
"type": "named",
"data": {
"name": "coralLevelTwo"
}
}
]
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
45 changes: 45 additions & 0 deletions src/main/deploy/pathplanner/autos/Mid_1_CoralL2.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "parallel",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Mid_1"
}
},
{
"type": "sequential",
"data": {
"commands": [
{
"type": "named",
"data": {
"name": "elevatorHome"
}
},
{
"type": "named",
"data": {
"name": "coralLevelTwo"
}
}
]
}
}
]
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
{
"type": "path",
"data": {
"pathName": "Mid_5"
}
},
{
"type": "path",
"data": {
"pathName": "3-Processor"
"pathName": "Mid_Drive"
}
}
]
Expand Down
Loading

0 comments on commit c3cbb3c

Please sign in to comment.