diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 7efb96578b..95c54a8480 100644 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -184,7 +184,7 @@ class CarInterface(CarInterfaceBase): #tune.kpBP = [0., 5., 20.] #tune.kpV = [2.3, 1.0, 0.7] tune.kiBP = [0., 3., 8., 20., 27., 40.] - tune.kiV = [.35, .235, .20, .17, .10, .06] + tune.kiV = [.35, .27, .19, .17, .10, .06] custom_tss2_longitudinal_tuning() else: tune.kpV = [0.0]