diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 2c627ecae4428b..f32f0d0b249787 100755 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -217,7 +217,7 @@ def get_params(candidate, fingerprint): tire_stiffness_factor = 0.444 # not optimized yet ret.mass = 4607 * CV.LB_TO_KG + std_cargo #mean between normal and hybrid limited ret.steerKpV, ret.steerKiV = [[0.18], [0.0075]] - ret.steerKf = 0.00030 + ret.steerKf = 0.00015 if ret.enableGasInterceptor: ret.gasMaxV = [0.2, 0.5, 0.7] ret.longitudinalKpV = [1.2, 0.8, 0.5]