From d0304db1185930724b629b943ccc7f123586d8db Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Tue, 20 Feb 2024 19:25:41 -0500 Subject: [PATCH] --- src/main/deploy/pathplanner/autos/R.C.5.auto | 2 +- src/main/deploy/pathplanner/paths/4.1.path | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/deploy/pathplanner/autos/R.C.5.auto b/src/main/deploy/pathplanner/autos/R.C.5.auto index 621e3db..da66759 100644 --- a/src/main/deploy/pathplanner/autos/R.C.5.auto +++ b/src/main/deploy/pathplanner/autos/R.C.5.auto @@ -53,7 +53,7 @@ { "type": "named", "data": { - "name": "balyer" + "name": "balayer" } } ] diff --git a/src/main/deploy/pathplanner/paths/4.1.path b/src/main/deploy/pathplanner/paths/4.1.path index 9aad3ce..9c96aaa 100644 --- a/src/main/deploy/pathplanner/paths/4.1.path +++ b/src/main/deploy/pathplanner/paths/4.1.path @@ -32,8 +32,8 @@ "constraintZones": [], "eventMarkers": [], "globalConstraints": { - "maxVelocity": 3.0, - "maxAcceleration": 3.0, + "maxVelocity": 1.0, + "maxAcceleration": 1.0, "maxAngularVelocity": 540.0, "maxAngularAcceleration": 720.0 },