Update trax tuning.

(cherry picked from commit cbe1c9ee8d)
This commit is contained in:
joeruhe
2026-08-11 21:58:26 -04:00
committed by firestar5683
parent 096dbfb701
commit 74ff7bdf97
+1 -1
View File
@@ -784,7 +784,7 @@ class CarInterface(CarInterfaceBase):
ret.alternativeExperience |= ALTERNATIVE_EXPERIENCE.GM_REMAP_CANCEL_TO_DISTANCE
if candidate == CAR.CHEVROLET_TRAX:
ret.steerActuatorDelay = 0.16
ret.steerActuatorDelay = 0.46
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
return ret