Skip to content

Commit

Permalink
changed heading for shooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepps233 committed Mar 28, 2024
1 parent 950852f commit 620c2c3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"type": "path",
"data": {
"pathName": "3 start shoot"
"pathName": "ring#3-speaker"
}
},
{
Expand Down Expand Up @@ -73,7 +73,7 @@
{
"type": "path",
"data": {
"pathName": "Ring 1 shoot"
"pathName": "ring#1-speaker"
}
},
{
Expand Down
60 changes: 37 additions & 23 deletions src/main/deploy/pathplanner/autos/Start 1 3rd Pickup Yes Auto.auto
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,28 @@
}
},
{
"type": "path",
"type": "parallel",
"data": {
"pathName": "3 start shoot"
}
},
{
"type": "named",
"data": {
"name": "aim"
"commands": [
{
"type": "path",
"data": {
"pathName": "3 start shoot"
}
},
{
"type": "named",
"data": {
"name": "aim"
}
}
]
}
},
{
"type": "path",
"data": {
"pathName": "Ring 3 Shoot"
"pathName": "ring#3-speaker"
}
},
{
Expand All @@ -54,21 +61,28 @@
}
},
{
"type": "named",
"data": {
"name": "stopShooter"
}
},
{
"type": "named",
"data": {
"name": "stopIntake"
}
},
{
"type": "path",
"type": "parallel",
"data": {
"pathName": "Ring 8 Pickup"
"commands": [
{
"type": "path",
"data": {
"pathName": "Ring 8 Pickup"
}
},
{
"type": "named",
"data": {
"name": "stopShooter"
}
},
{
"type": "named",
"data": {
"name": "stopIntake"
}
}
]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/3 start shoot.path
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"goalEndState": {
"velocity": 0,
"rotation": -178.9222593434949,
"rotation": -0.32039333898793143,
"rotateFast": false
},
"reversed": false,
Expand Down

0 comments on commit 620c2c3

Please sign in to comment.