Toyota: lower stopping speed (#26274)

* lower toyota stopping speed

* order

* Update selfdrive/car/toyota/interface.py

* Update ref_commit
old-commit-hash: ba7a474765
taco
Shane Smiskol 2 years ago committed by GitHub
parent ec9060c7ba
commit 6b6ac2bc67
  1. 2
      selfdrive/car/toyota/interface.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -225,6 +225,8 @@ class CarInterface(CarInterfaceBase):
tune.kiBP = [0., 5., 12., 20., 27.]
tune.kiV = [.35, .23, .20, .17, .1]
if candidate in TSS2_CAR:
ret.vEgoStopping = 0.25
ret.vEgoStarting = 0.25
ret.stoppingDecelRate = 0.3 # reach stopping target smoothly
else:
tune.kpBP = [0., 5., 35.]

@ -1 +1 @@
9876d91c77d3f7611398c43c4d79237cadb01c9c
3523d88432d661ee0d1022e9a4774f3455c832b5

Loading…
Cancel
Save