From 6d9751b83bb7d552048eee80e079f8135e87667b Mon Sep 17 00:00:00 2001 From: Programming Date: Sat, 9 Mar 2024 12:10:19 -0800 Subject: [PATCH] Auto modified to 1 sec wait --- .../deploy/pathplanner/autos/2-Center-Stays.auto | 2 +- src/main/deploy/pathplanner/autos/2-Right-Leave.auto | 12 ++++++++++++ .../pathplanner/autos/3-Center-Stays-copy.auto | 12 ++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/main/deploy/pathplanner/autos/2-Center-Stays.auto b/src/main/deploy/pathplanner/autos/2-Center-Stays.auto index fc696f2..a2e0b01 100644 --- a/src/main/deploy/pathplanner/autos/2-Center-Stays.auto +++ b/src/main/deploy/pathplanner/autos/2-Center-Stays.auto @@ -28,7 +28,7 @@ { "type": "wait", "data": { - "waitTime": 2.0 + "waitTime": 1.0 } }, { diff --git a/src/main/deploy/pathplanner/autos/2-Right-Leave.auto b/src/main/deploy/pathplanner/autos/2-Right-Leave.auto index 9c80858..995cddf 100644 --- a/src/main/deploy/pathplanner/autos/2-Right-Leave.auto +++ b/src/main/deploy/pathplanner/autos/2-Right-Leave.auto @@ -21,6 +21,12 @@ "type": "deadline", "data": { "commands": [ + { + "type": "wait", + "data": { + "waitTime": 1.0 + } + }, { "type": "path", "data": { @@ -42,6 +48,12 @@ "name": "Shoot" } }, + { + "type": "wait", + "data": { + "waitTime": 1.0 + } + }, { "type": "path", "data": { diff --git a/src/main/deploy/pathplanner/autos/3-Center-Stays-copy.auto b/src/main/deploy/pathplanner/autos/3-Center-Stays-copy.auto index fe3a087..2c4da45 100644 --- a/src/main/deploy/pathplanner/autos/3-Center-Stays-copy.auto +++ b/src/main/deploy/pathplanner/autos/3-Center-Stays-copy.auto @@ -25,6 +25,12 @@ "type": "sequential", "data": { "commands": [ + { + "type": "wait", + "data": { + "waitTime": 0.0 + } + }, { "type": "path", "data": { @@ -63,6 +69,12 @@ "type": "sequential", "data": { "commands": [ + { + "type": "wait", + "data": { + "waitTime": 1.0 + } + }, { "type": "path", "data": {