More relaxed tuning params

This commit is contained in:
firestar5683
2026-02-01 22:19:24 -06:00
parent 1a1e9f0736
commit 7c55dbe49a
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ def main():
CP = msg
cloudlog.info("paramsd got CarParams")
min_sr, max_sr = 0.5 * CP.steerRatio, 2.0 * CP.steerRatio
min_sr, max_sr = 0.25 * CP.steerRatio, 2.0 * CP.steerRatio
params = params_reader.get("LiveParameters")