Acados error status 2 on python interface

Hi Can,

the acados return values are:
0 – success
1 – failure
2 – maximum number of iterations reached
3 – minimum step size in QP solver reached
4 – qp solver failed

It is defined in this file:

Since you got 2, I would first consider increasing the number of iterations.

Cheers,
Jonathan

3 Likes