From ed92466df2febb1c4763101d79febbb483e3bed2 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 7 Dec 2022 17:15:46 -0800 Subject: [PATCH] add for camry --- selfdrive/car/toyota/interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index 9b9b82292d..401117ce13 100644 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -85,6 +85,8 @@ class CarInterface(CarInterfaceBase): ret.steerRatio = 13.7 tire_stiffness_factor = 0.7933 ret.mass = 3400. * CV.LB_TO_KG + STD_CARGO_KG # mean between normal and hybrid + if candidate in (CAR.CAMRY_TSS2, CAR.CAMRYH_TSS2): + ret.steerControlType = car.CarParams.SteerControlType.angle elif candidate in (CAR.HIGHLANDER, CAR.HIGHLANDERH, CAR.HIGHLANDER_TSS2, CAR.HIGHLANDERH_TSS2): stop_and_go = True