From f819e7207512df1853c4bb4c15688cb74c2724de Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:09:25 -0600 Subject: [PATCH] Update frogpilot_variables.py --- frogpilot/common/frogpilot_variables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frogpilot/common/frogpilot_variables.py b/frogpilot/common/frogpilot_variables.py index 669efbf3e..1eed80b49 100644 --- a/frogpilot/common/frogpilot_variables.py +++ b/frogpilot/common/frogpilot_variables.py @@ -330,7 +330,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("RecordFront", "0", 0, "0"), ("RefuseVolume", "101", 2, "101"), ("RelaxedFollow", "1.75", 2, "1.75"), - ("RelaxedFollowHigh", "2.25", 2, "2.25"), + ("RelaxedFollowHigh", "1.75", 2, "1.75"), ("RelaxedJerkAcceleration", "50", 3, "50"), ("RelaxedJerkDanger", "100", 3, "100"), ("RelaxedJerkDeceleration", "50", 3, "50"), @@ -388,7 +388,7 @@ frogpilot_default_params: list[tuple[str, str | bytes, int, str]] = [ ("StartupMessageBottom", "Human-tested, frog-approved 🐸", 0, "Always keep hands on wheel and eyes on road"), ("StartupMessageTop", "Hop in and buckle up!", 0, "Be ready to take over at any time"), ("StandardFollow", "1.45", 2, "1.45"), - ("StandardFollowHigh", "2.15", 2, "2.15"), + ("StandardFollowHigh", "1.45", 2, "1.45"), ("StandardJerkAcceleration", "50", 3, "50"), ("StandardJerkDanger", "100", 3, "100"), ("StandardJerkDeceleration", "50", 3, "50"),