mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-18 03:12:05 +08:00
GM: add longitudinal deadzone (#26323)
* add deadzone * Update ref_commit
This commit is contained in:
@@ -90,6 +90,9 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.longitudinalTuning.kiBP = [0.]
|
||||
ret.longitudinalTuning.kiV = [0.36]
|
||||
|
||||
ret.longitudinalTuning.deadzoneBP = [0.]
|
||||
ret.longitudinalTuning.deadzoneV = [0.15]
|
||||
|
||||
ret.steerLimitTimer = 0.4
|
||||
ret.radarTimeStep = 0.0667 # GM radar runs at 15Hz instead of standard 20Hz
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
dd41df756253a9e711eb0fd0c3e007284f600ee8
|
||||
7828f8a2e00a5b73471a90850b18874617e82610
|
||||
|
||||
Reference in New Issue
Block a user