Skip to content

Commit 6c645ee

Browse files
author
Comma Device
committed
give a try with kiV always 1
1 parent 5e597a3 commit 6c645ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

selfdrive/car/toyota/interface.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,14 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
267267
ret.vEgoStopping = 0.25
268268
ret.vEgoStarting = 0.25
269269
tune = ret.longitudinalTuning
270-
tune.deadzoneBP = [0., 16., 20., 30.]
271-
tune.deadzoneV = [0., .03, .06, .15]
272270
tune.deadzoneBP = [0., 9.]
273271
tune.deadzoneV = [.0, .15]
274272
tune.kpBP = [0.,]
275-
tune.kiBP = [0., 3.]
276-
tune.kpV = [1.]
277-
tune.kiV = [.3, 1.]
273+
tune.kpV = [1.]
274+
# tune.kiBP = [0., 3.]
275+
# tune.kiV = [.3, 1.]
276+
tune.kiBP = [0.]
277+
tune.kiV = [1.]
278278
ret.stoppingDecelRate = 0.009 # reach stopping target smoothly
279279

280280
return ret

0 commit comments

Comments
 (0)