Hi guys! Is it possible to use acados to solve a MHE problem using Python? Is there any example available?
Thanks in advance!
Hi guys! Is it possible to use acados to solve a MHE problem using Python? Is there any example available?
Thanks in advance!
Hi @gmsanchez,
It is in principle possible to solve MHE problems with acados
, but we would need to add the possibility to leave x0 unconstrained (which is possible from the C interface - simply this is not a feature in the high-level interfaces yet). However, we should definitely implement this asap!
Cheers,
Andrea
Hi @gmsanchez
There is now an MHE example for Python, thanks to @kaethe
It is in examples/acados_python/getting_started/minimal_example_mhe.py
on the master branch.
https://github.com/acados/acados/blob/master/examples/acados_python/getting_started/minimal_example_mhe.py
Best,
Jonathan