You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MATLAB: check values in `idxbx[_0,_e]` and `idxbu` (#1390)
This PR adds a check for the indices related to simple bounds.
---------
Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
Github Actions: use Release in full_build, and Debug in ext_dep_off (#……1314)
In this way the artifacts uploaded are compiled with Release which is
nice when using them in other projects.
Update documentation for python API (#1253)
* additional headlines in python API
* remove C interface from docs (was headers only anyways)
---------
Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
Python interface: default for `sim_method_num_stages` (#1159)
BREAKING: change default for `sim_method_num_stages` to 4 in `AcadosSim`
to be consistent with the default in `AcadosOcp`