mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-24 03:32:05 +08:00
Update interface.py
This commit is contained in:
@@ -179,7 +179,7 @@ class CarInterface(CarInterfaceBase):
|
||||
if candidate in TSS2_CAR or ret.enableGasInterceptorDEPRECATED:
|
||||
if sp_tss2_long_tune:
|
||||
tune.kiBP = [0., 1., 8., 12., 20., 27., 40.]
|
||||
tune.kiV = [.34, .32, .20, .198, .184, .101, .06]
|
||||
tune.kiV = [.33, .31, .195, .20, .184, .101, .06]
|
||||
custom_tss2_longitudinal_tuning()
|
||||
else:
|
||||
tune.kiBP = [5., 35.]
|
||||
|
||||
Reference in New Issue
Block a user