diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 7568c08e5..3c9c9b26d 100644 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -151,7 +151,7 @@ class CarInterface(CarInterfaceBase): if candidate in TSS2_CAR: ret.stopAccel = -1.2 else: - ret.stopAccel = -2.5 + ret.stopAccel = -2.0 if candidate in TSS2_CAR: tune.kpV = [0.0]