Update Lexus LC Convertible Steer Ratio to 13 (#31354)

https://media.lexus.co.uk/wp-content/uploads/sites/3/2021/06/1612190405210201MLCConvertibleTechSpec.pdf

Minor follow-up to port
pull/31355/head
Nelson Chen 1 year ago committed by GitHub
parent 879e2521ac
commit b234f5abef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/toyota/interface.py

@ -183,7 +183,7 @@ class CarInterface(CarInterfaceBase):
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

Loading…
Cancel
Save