|
|
@ -139,7 +139,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
ret.steerRatio = 13.9 |
|
|
|
ret.steerRatio = 13.9 |
|
|
|
tire_stiffness_factor = 0.444 # not optimized yet |
|
|
|
tire_stiffness_factor = 0.444 # not optimized yet |
|
|
|
ret.mass = 3060. * CV.LB_TO_KG + STD_CARGO_KG |
|
|
|
ret.mass = 3060. * CV.LB_TO_KG + STD_CARGO_KG |
|
|
|
set_lat_tune(ret.lateralTuning, LatTunes.TORQUE, MAX_LAT_ACCEL=2.0, FRICTION=0.07) |
|
|
|
set_lat_tune(ret.lateralTuning, LatTunes.TORQUE, MAX_LAT_ACCEL=2.1, FRICTION=0.07) |
|
|
|
|
|
|
|
|
|
|
|
elif candidate in (CAR.LEXUS_ES_TSS2, CAR.LEXUS_ESH_TSS2, CAR.LEXUS_ESH): |
|
|
|
elif candidate in (CAR.LEXUS_ES_TSS2, CAR.LEXUS_ESH_TSS2, CAR.LEXUS_ESH): |
|
|
|
stop_and_go = True |
|
|
|
stop_and_go = True |
|
|
|