Skip to content

Commit

Permalink
fix(toyota): raise starting and lower ending max gas
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcar23 committed Aug 27, 2020
1 parent b5b1585 commit d3c6b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/toyota/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), has_relay=False,
ret.longitudinalTuning.kpV = [1.2, 0.8, 0.5]
ret.longitudinalTuning.kiV = [0.18, 0.12]
else:
ret.gasMaxBP = [0., 20, 24, 29, 33]
ret.gasMaxV = [0.25, 0.2, 0.175, 0.15, 0.125]
ret.gasMaxBP = [0., 20, 33]
ret.gasMaxV = [0.3, 0.2, 0.075]
ret.longitudinalTuning.kpV = [3.6, 2.4, 1.5]
ret.longitudinalTuning.kiV = [0.54, 0.36]

Expand Down

0 comments on commit d3c6b0e

Please sign in to comment.