mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-09 23:12:08 +08:00
slightly adjust stop accel (lower = fast to speed up I guess)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user