diff --git a/selfdrive/car/toyota/carcontroller.py b/selfdrive/car/toyota/carcontroller.py index 83fb354b2e..31dcaed3a9 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.25 # m/s^2 class CarController: