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: