Skip to content

Commit

Permalink
Auto modified to 1 sec wait
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingSR committed Mar 9, 2024
1 parent 39a247f commit 6d9751b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/2-Center-Stays.auto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"type": "wait",
"data": {
"waitTime": 2.0
"waitTime": 1.0
}
},
{
Expand Down
12 changes: 12 additions & 0 deletions src/main/deploy/pathplanner/autos/2-Right-Leave.auto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"type": "deadline",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
Expand All @@ -42,6 +48,12 @@
"name": "Shoot"
}
},
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
Expand Down
12 changes: 12 additions & 0 deletions src/main/deploy/pathplanner/autos/3-Center-Stays-copy.auto
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 0.0
}
},
{
"type": "path",
"data": {
Expand Down Expand Up @@ -63,6 +69,12 @@
"type": "sequential",
"data": {
"commands": [
{
"type": "wait",
"data": {
"waitTime": 1.0
}
},
{
"type": "path",
"data": {
Expand Down

0 comments on commit 6d9751b

Please sign in to comment.