Skip to content

Commit 8858f51

Browse files
committed
Boost KF for all
1 parent f245669 commit 8858f51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

selfdrive/car/honda/interface.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def get_params(candidate, fingerprint):
185185

186186
ret.steerKiBP, ret.steerKpBP = [[0.], [0.]]
187187

188-
ret.steerKf = 0.00006 # conservative feed-forward
188+
ret.steerKf = 0.000078 # conservative feed-forward
189189

190190
if candidate == CAR.CIVIC:
191191
stop_and_go = True
@@ -310,7 +310,6 @@ def get_params(candidate, fingerprint):
310310
ret.steerRatio = 16.0 # as spec
311311
tire_stiffness_factor = 0.82
312312
ret.steerKpV, ret.steerKiV = [[0.5], [0.22]]
313-
ret.steerKf = 0.00006 * 1.3 # conservative feed-forward + Gernby boost for FFsteer
314313
ret.longitudinalKpBP = [0., 5., 35.]
315314
ret.longitudinalKpV = [1.2, 0.8, 0.5]
316315
ret.longitudinalKiBP = [0., 35.]

0 commit comments

Comments
 (0)