Skip to content

Commit

Permalink
more stopped braking
Browse files Browse the repository at this point in the history
  • Loading branch information
csouers committed Jul 26, 2023
1 parent 6cd3a75 commit 28e3669
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
ret.longitudinalActuatorDelayUpperBound = 0.5 # s
ret.stoppingDecelRate = 0.15 # brake_travel/s while trying to stop
ret.vEgoStopping = 0.3
if candidate in HONDA_BOSCH_RADARLESS:
ret.stopAccel = CarControllerParams.BOSCH_ACCEL_MIN # stock uses -4.0 m/s^2 once stopped but limited by safety model
ret.stopAccel = CarControllerParams.BOSCH_ACCEL_MIN # stock uses -4.0 m/s^2 once stopped but limited by safety model
else:
# default longitudinal tuning for all hondas
ret.longitudinalTuning.kpBP = [0., 5., 35.]
Expand Down

0 comments on commit 28e3669

Please sign in to comment.