There is a new pre-release of acados, version 0.1.3
This is meant to give an overview on the changes from the last 6 months.
Changes since the previous release 0.1.2
General
- added OpenMP to CMake build system https://github.com/acados/acados/pull/641
- Update HPIPM, BLASFEO https://github.com/acados/acados/pull/621
- added cost computation for OCP NLP + getters in Matlab and Python https://github.com/acados/acados/pull/640
- fix cost computation for NLS & LLS https://github.com/acados/acados/pull/640
- Add option to use numerical hessian approximation for contribution of external cost module https://github.com/acados/acados/pull/610
- C: improve OCP QP interface https://github.com/acados/acados/pull/602
- Add option to use Levenberg Marquardt Regularization term https://github.com/acados/acados/pull/574
- Preliminary implementation on globalization: https://github.com/acados/acados/pull/590
- documentation updates https://github.com/acados/acados/pull/627 https://github.com/acados/acados/pull/585
Interfaces
- Matlab: Added full dimension detection, setting dimensions manually is unnecessary, they will be overwritten by the dimension detection https://github.com/acados/acados/pull/642
- General improvements, refactoring https://github.com/acados/acados/pull/607, https://github.com/acados/acados/pull/598
- Python: add getter for residuals -> allows to perform SQP by iterating SQP_RTI
https://github.com/acados/acados/blob/master/examples/acados_python/getting_started/ocp/example_sqp_rti_loop.py - Ported race car example to
Matlab
:
https://github.com/acados/acados/pull/631 - MEX templating: extend support to more modules: nonlinear least squares, external cost, GNSF, ā¦
Bugfixes:
- CI: fix checks https://github.com/acados/acados/pull/627
- https://github.com/acados/acados/commit/212c046dc71e13015c24fccff1dd9d4af9a6a56d
- https://github.com/acados/acados/pull/642/commits/1b17b88c904e1ab9ee0b09dea784d2a17ca1893b
- https://github.com/acados/acados/pull/626
- https://github.com/acados/acados/pull/576
- https://github.com/acados/acados/pull/577
- https://github.com/acados/acados/pull/595
-
https://github.com/acados/acados/pull/594
https://github.com/acados/acados/releases/tag/0.1.3