Error status 3: ACADOS_MINSTEP. Any configuration to alleviate it?

Hi Angel,

In RTI, a single QP is solved within every solver call.
However, the QP solver itself (here HPIPM) is also an iterative method.
Error status 3 in HPIPM corresponds to “NaN in solution detected”.

I am not really sure why this happens and don’t know your problem formulation.
Maybe regularizing the Hessian can help.
https://docs.acados.org/python_api/#acados_template.acados_ocp.AcadosOcpOptions.levenberg_marquardt

Best,
Jonathan

1 Like