Skip to content

Commit

Permalink
Toyota: raise long ki again commaai#1583
Browse files Browse the repository at this point in the history
  • Loading branch information
rav4kumar committed Dec 16, 2024
1 parent 66aeab7 commit 8b66deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/toyota/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_long_tune(CP, params):
#kiV = [0.31, 0.31, 0.27, 0.208, 0.208, 0.20, 0.17, 0.10]
kdV = [0.25 / 3]
else:
kiV = [0.25]
kiV = [0.5]
kdV = [0.25 / 4]

else:
Expand Down

0 comments on commit 8b66deb

Please sign in to comment.