Skip to content

Commit 3f40eba

Browse files
committed
minSteerSpeed is 0
1 parent f408498 commit 3f40eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/car/hyundai/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=[]): # py
137137
tire_stiffness_factor = 0.385
138138
ret.lateralTuning.pid.kiBP, ret.lateralTuning.pid.kpBP = [[0.], [0.]]
139139
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.25], [0.05]]
140-
if candidate not in (CAR.IONIQ_EV_2020, CAR.IONIQ_PHEV, CAR.IONIQ_HEV_2022):
140+
if candidate not in (CAR.IONIQ_EV_2020, CAR.IONIQ_PHEV, CAR.IONIQ_HEV_2022, CAR.IONIQ_PHEV_2022):
141141
ret.minSteerSpeed = 32 * CV.MPH_TO_MS
142142
elif candidate == CAR.VELOSTER:
143143
ret.lateralTuning.pid.kf = 0.00005

0 commit comments

Comments
 (0)