|
|
@ -85,6 +85,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
tire_stiffness_factor = 0.7933 |
|
|
|
tire_stiffness_factor = 0.7933 |
|
|
|
ret.mass = 3400. * CV.LB_TO_KG + STD_CARGO_KG # mean between normal and hybrid |
|
|
|
ret.mass = 3400. * CV.LB_TO_KG + STD_CARGO_KG # mean between normal and hybrid |
|
|
|
set_lat_tune(ret.lateralTuning, LatTunes.PID_C) |
|
|
|
set_lat_tune(ret.lateralTuning, LatTunes.PID_C) |
|
|
|
|
|
|
|
# TODO: make sure trim exception overrides this 0mph minSteerSpeed to 28mph |
|
|
|
|
|
|
|
|
|
|
|
elif candidate in (CAR.HIGHLANDER_TSS2, CAR.HIGHLANDERH_TSS2): |
|
|
|
elif candidate in (CAR.HIGHLANDER_TSS2, CAR.HIGHLANDERH_TSS2): |
|
|
|
stop_and_go = True |
|
|
|
stop_and_go = True |
|
|
|