Skip to content

Commit d89a281

Browse files
committed
less
1 parent d9a1698 commit d89a281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/honda/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, experime
165165
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.28], [0.08]]
166166
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 4096], [0, 4096]] # TODO: determine if there is a dead zone at the top end
167167
if not ret.openpilotLongitudinalControl:
168-
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 3840], [0, 3840]] # clipped/limited by the radar
168+
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 3840], [0, 3840]] # clipped by the radar
169169
elif not docs:
170170
ret.minSteerSpeed = 0.
171171

0 commit comments

Comments
 (0)