[Lag] Increase Optima Lag (#32583)

increase lag in optima to 0.2
This commit is contained in:
Vivek Aithal
2024-06-06 01:14:28 -07:00
committed by GitHub
parent 983063c3e6
commit e8857a6713
+3
View File
@@ -75,6 +75,9 @@ class CarInterface(CarInterfaceBase):
ret.steerLimitTimer = 0.4
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
if candidate == CAR.KIA_OPTIMA_G4_FL:
ret.steerActuatorDelay = 0.2
# *** longitudinal control ***
if candidate in CANFD_CAR:
ret.longitudinalTuning.kpV = [0.1]