slightly adjust stop accel (lower = fast to speed up I guess)

This commit is contained in:
Rick Lan
2024-06-28 20:07:06 +08:00
parent 39bd3c0ab6
commit 977b00ebf1
+1 -1
View File
@@ -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]