Skip to content

Commit 84e25f3

Browse files
committed
Reduce kPV for civic v2
1 parent 083741a commit 84e25f3

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
@@ -196,7 +196,7 @@ def get_params(candidate, fingerprint):
196196
tire_stiffness_factor = 1.
197197
# Civic at comma has modified steering FW, so different tuning for the Neo in that car
198198
is_fw_modified = os.getenv("DONGLE_ID") in ['99c94dc769b5d96e']
199-
ret.steerKpV, ret.steerKiV = [[0.264], [0.10]] if is_fw_modified else [[0.8], [0.24]]
199+
ret.steerKpV, ret.steerKiV = [[0.264], [0.10]] if is_fw_modified else [[0.64], [0.24]]
200200
if is_fw_modified:
201201
ret.steerKf = 0.00003
202202
ret.longitudinalKpBP = [0., 5., 35.]

0 commit comments

Comments
 (0)