Toyota: lower stopping speed (#26274)

* lower toyota stopping speed

* order

* Update selfdrive/car/toyota/interface.py

* Update ref_commit
old-commit-hash: ba7a4747659a1340cfa7605a916466feb1405d05
This commit is contained in:
Shane Smiskol
2022-12-10 02:25:16 -08:00
committed by GitHub
parent ec9060c7ba
commit 6b6ac2bc67
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -1 +1 @@
9876d91c77d3f7611398c43c4d79237cadb01c9c
3523d88432d661ee0d1022e9a4774f3455c832b5