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:
Shane Smiskol
2023-02-09 13:24:52 -08:00
committed by GitHub
parent cd37231666
commit 9aac0806e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
a6b17ab903022b42677abe2968f3c6e50c331980
35a3dbcbcd8504388ea2a70965be0b4e0869b06a