mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
GM: increase min steer speed to avoid temporary faults (#27274)
* increase min steer speed to avoid temp volt faults * actually 10.15 is safe * Update ref_commit
This commit is contained in:
@@ -101,7 +101,7 @@ class CarInterface(CarInterfaceBase):
|
||||
|
||||
# Start with a baseline tuning for all GM vehicles. Override tuning as needed in each model section below.
|
||||
# Some GMs need some tolerance above 10 kph to avoid a fault
|
||||
ret.minSteerSpeed = 10.1 * CV.KPH_TO_MS
|
||||
ret.minSteerSpeed = 10.2 * CV.KPH_TO_MS
|
||||
ret.lateralTuning.pid.kiBP, ret.lateralTuning.pid.kpBP = [[0.], [0.]]
|
||||
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.2], [0.00]]
|
||||
ret.lateralTuning.pid.kf = 0.00004 # full torque for 20 deg at 80mph means 0.00007818594
|
||||
|
||||
@@ -1 +1 @@
|
||||
a6b17ab903022b42677abe2968f3c6e50c331980
|
||||
35a3dbcbcd8504388ea2a70965be0b4e0869b06a
|
||||
|
||||
Reference in New Issue
Block a user