From 9cc2c20cdcddc266ec8c72da4904856b2eceb1b4 Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:25:19 -0500 Subject: [PATCH] Honda? --- selfdrive/car/honda/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/honda/interface.py b/selfdrive/car/honda/interface.py index 5b8970105..7ad80c847 100755 --- a/selfdrive/car/honda/interface.py +++ b/selfdrive/car/honda/interface.py @@ -118,7 +118,7 @@ class CarInterface(CarInterfaceBase): ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.8], [0.24]] if candidate == CAR.HONDA_CIVIC_BOSCH: - CarControllerParams.BOSCH_GAS_LOOKUP_V = [0, 1000] + CarControllerParams.BOSCH_GAS_LOOKUP_V = [0, 750] elif candidate == CAR.HONDA_ACCORD: ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 4096], [0, 4096]] # TODO: determine if there is a dead zone at the top end