From cfe6d55a176b47a6ec6f84f006594a01b64e754d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 10 Dec 2022 00:29:34 -0800 Subject: [PATCH] try this --- selfdrive/car/toyota/values.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/values.py b/selfdrive/car/toyota/values.py index ad9d47fff4..13cc3846a3 100644 --- a/selfdrive/car/toyota/values.py +++ b/selfdrive/car/toyota/values.py @@ -27,7 +27,7 @@ class CarControllerParams: ANGLE_RATE_LIMIT_DOWN = AngleRateLimit(speed_bp=[0., 5., 15.], angle_v=[3.5, 3.5, 0.4]) # needs to be within +-3 degrees of current angle to avoid windup - ANGLE_DELTA_MAX = 3.0 + ANGLE_DELTA_MAX = 15 def __init__(self, CP): if CP.lateralTuning.which == 'torque':