Skip to content

Commit

Permalink
A bit more to ensure full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Jun 10, 2020
1 parent 4e977d0 commit 9c27781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
else:
ret.gasMaxBP = [0., 9., 55]
ret.gasMaxV = [0.2, 0.5, 0.7]
ret.longitudinalTuning.kpV = [0.37, 0.35, 0.325] # braking tune from rav4h
ret.longitudinalTuning.kpV = [0.39, 0.35, 0.325] # braking tune from rav4h
ret.longitudinalTuning.kiV = [0.19, 0.10]

if candidate not in [CAR.PRIUS_2019, CAR.PRIUS, CAR.RAV4, CAR.RAV4H, CAR.COROLLA]: # These cars use LQR/INDI
Expand Down

0 comments on commit 9c27781

Please sign in to comment.