From 7017f8ebf06c4f98f052b2babcc8680f01b52b86 Mon Sep 17 00:00:00 2001 From: Rick Lan Date: Sun, 17 Feb 2019 12:36:49 +1000 Subject: [PATCH] apply quillford's value again --- selfdrive/car/toyota/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/interface.py b/selfdrive/car/toyota/interface.py index b932a0d7f..ffe3eac9c 100755 --- a/selfdrive/car/toyota/interface.py +++ b/selfdrive/car/toyota/interface.py @@ -147,7 +147,7 @@ class CarInterface(object): ret.steerRatio = 13.3 # in spec tire_stiffness_factor = 0.444 # from camry ret.mass = 3736.8 * CV.LB_TO_KG + std_cargo # in spec, mean of is300 (1680 kg) / is300h (1720 kg) / is350 (1685 kg) - ret.steerKpV, ret.steerKiV = [[0.3], [0.1]] + ret.steerKpV, ret.steerKiV = [[0.19], [0.04]] ret.steerKf = 0.00006 # from camry ret.steerRateCost = 1.