From bc568671a1ddc49a4a130924897c6390235bd2e0 Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Fri, 23 Feb 2024 14:51:22 -0500 Subject: [PATCH] --- src/main/deploy/pathplanner/paths/4.1.path | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/deploy/pathplanner/paths/4.1.path b/src/main/deploy/pathplanner/paths/4.1.path index 1a06c4f..ecc7a2c 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": 0.5, - "maxAcceleration": 0.5, + "maxVelocity": 1.0, + "maxAcceleration": 1.0, "maxAngularVelocity": 540.0, "maxAngularAcceleration": 720.0 },