Skip to content

Commit

Permalink
Update Lexus LC Convertible Steer Ratio to 13 (#31354)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen authored Feb 7, 2024
1 parent 879e252 commit b234f5a
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 @@ -183,7 +183,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):

elif candidate == CAR.LEXUS_LC_TSS2:
ret.wheelbase = 2.87
ret.steerRatio = 14.7
ret.steerRatio = 13.0
ret.tireStiffnessFactor = 0.444 # not optimized yet
ret.mass = 4500 * CV.LB_TO_KG

Expand Down

0 comments on commit b234f5a

Please sign in to comment.