Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
csouers committed Oct 2, 2024
1 parent c52deb4 commit 3f82d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _get_params(ret: structs.CarParams, candidate, fingerprint, car_fw, experime
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 4096], [0, 4096]] # TODO: determine if there is a dead zone at the top end
if not ret.openpilotLongitudinalControl:
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 3840], [0, 3840]] # clipped/limited by the radar
if ret.openpilotLongitudinalControl and not docs:
elif not docs:
ret.minSteerSpeed = 0.

elif candidate == CAR.HONDA_PILOT:
Expand Down

0 comments on commit 3f82d2f

Please sign in to comment.