From 5b62bd4033ebdc40f5db9096a0ff27bb7ffd2c8a Mon Sep 17 00:00:00 2001 From: Kumar <36933347+rav4kumar@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:24:30 -0700 Subject: [PATCH] Update interface.py --- selfdrive/car/toyota/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 2f3058fbf4..62182af8c1 100644 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -179,7 +179,7 @@ class CarInterface(CarInterfaceBase): if candidate in TSS2_CAR or ret.enableGasInterceptorDEPRECATED: if sp_tss2_long_tune: tune.kiBP = [0., 1., 8., 12., 20., 27., 40.] - tune.kiV = [.34, .32, .20, .198, .184, .101, .06] + tune.kiV = [.33, .31, .195, .20, .184, .101, .06] custom_tss2_longitudinal_tuning() else: tune.kiBP = [5., 35.]