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
AlexandreSato committed Dec 17, 2024
1 parent c36763a commit 08296a7
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 @@ -51,7 +51,7 @@ def get_long_tune(CP, params):
kdBP = [0.]
kdV = [0.]
if CP.carFingerprint in TSS2_CAR:
kiV = [0.25]
kiV = [0.5]
kdV = [0.25 / 4]

else:
Expand Down

0 comments on commit 08296a7

Please sign in to comment.