Skip to content

Commit 9b82d44

Browse files
Gernbykegman
authored and
kegman
committed
Adjusted ILX Ki and Kp (#92)
1 parent 4967faf commit 9b82d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/car/honda/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def get_params(candidate, fingerprint):
241241
tire_stiffness_factor = 0.72
242242
# Acura at comma has modified steering FW, so different tuning for the Neo in that car
243243
is_fw_modified = os.getenv("DONGLE_ID") in ['ff83f397542ab647']
244-
ret.steerKpV, ret.steerKiV = [[0.45], [0.00]] if is_fw_modified else [[0.8], [0.24]]
244+
ret.steerKpV, ret.steerKiV = [[0.45], [0.00]] if is_fw_modified else [[0.6], [0.18]]
245245
if is_fw_modified:
246246
ret.steerKf = 0.00003
247247
ret.longitudinalKpBP = [0., 5., 35.]

0 commit comments

Comments
 (0)