|
|
|
@ -103,6 +103,9 @@ class CarInterface(CarInterfaceBase): |
|
|
|
|
set_lat_tune(ret.lateralTuning, LatTunes.PID_G) |
|
|
|
|
|
|
|
|
|
elif candidate in (CAR.AVALON, CAR.AVALON_2019, CAR.AVALONH_2019, CAR.AVALON_TSS2): |
|
|
|
|
# starting from 2019, all trims have stop and go |
|
|
|
|
# https://engage.toyota.com/static/images/toyota_safety_sense/TSS_Applicability_Chart.pdf |
|
|
|
|
stop_and_go = candidate != CAR.AVALON |
|
|
|
|
ret.wheelbase = 2.82 |
|
|
|
|
ret.steerRatio = 14.8 # Found at https://pressroom.toyota.com/releases/2016+avalon+product+specs.download |
|
|
|
|
tire_stiffness_factor = 0.7983 |
|
|
|
|