Skip to content

Commit

Permalink
[Lag] Increase Optima Lag (#32583)
Browse files Browse the repository at this point in the history
increase lag in optima to 0.2
  • Loading branch information
nuwandavek authored Jun 6, 2024
1 parent 983063c commit e8857a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selfdrive/car/hyundai/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
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]
Expand Down

0 comments on commit e8857a6

Please sign in to comment.