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
pull/27209/head^2
Shane Smiskol 2 years ago committed by GitHub
parent cd37231666
commit 9aac0806e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/gm/interface.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -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

Loading…
Cancel
Save