From e30b2da89861ec751ede2e4f50c92dce781e12c3 Mon Sep 17 00:00:00 2001 From: sshane Date: Wed, 21 Dec 2022 16:05:35 -0800 Subject: [PATCH] some threshold for roll --- selfdrive/car/toyota/carcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/toyota/carcontroller.py b/selfdrive/car/toyota/carcontroller.py index 04219d319a..c952144523 100644 --- a/selfdrive/car/toyota/carcontroller.py +++ b/selfdrive/car/toyota/carcontroller.py @@ -24,7 +24,7 @@ MAX_USER_TORQUE = 500 # EPS ignores commands above this angle and causes PCS faults MAX_STEER_ANGLE = 94.9461 # deg -MAX_ANGLE_LATERAL_ACCEL = 3.0 # m/s^2 +MAX_ANGLE_LATERAL_ACCEL = 3.5 # m/s^2 class CarController: