Skip to content

Commit

Permalink
added shoot commands to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
finnsherman committed Feb 17, 2024
1 parent 7fc8c02 commit c8fbf4c
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 11 deletions.
45 changes: 40 additions & 5 deletions src/main/deploy/pathplanner/paths/6NoteAuto.path
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -174,7 +181,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -184,7 +198,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -194,7 +215,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -204,7 +232,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
}
Expand Down
54 changes: 48 additions & 6 deletions src/main/deploy/pathplanner/paths/7NoteAuto.path
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -216,7 +223,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -226,7 +240,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -236,7 +257,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -246,7 +274,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
},
Expand All @@ -256,7 +291,14 @@
"command": {
"type": "parallel",
"data": {
"commands": []
"commands": [
{
"type": "named",
"data": {
"name": "AutoAimShoot"
}
}
]
}
}
}
Expand Down

0 comments on commit c8fbf4c

Please sign in to comment.