-
Notifications
You must be signed in to change notification settings - Fork 280
Comparing changes
Open a pull request
base repository: acados/acados
base: v0.3.5
head repository: acados/acados
compare: v0.3.6
- 11 commits
- 80 files changed
- 2 contributors
Commits on Aug 2, 2024
-
One sided constraint support for HPIPM solvers (#1174)
- add `ACADOS_INFTY` in Python and C, `get_acados_infty` in Matlab. - If any constraints have bounds `ACADOS_INFTY`, the constraint is marked as not relevant in the QP representation object `ocp_qp`, by setting the corresponding `d_mask` values to `0`. - The underlying QP solver interface should make use of this mask. - The HPIPM solvers do make use of this natively. - For now the value is `ACADOS_INFTY=1e10` which might can be changed later after some more extensive testing. - Support for that in QP solvers other than HPIPM is not included in this PR and tracked in #650
Configuration menu - View commit details
-
Copy full SHA for 95c341c - Browse repository at this point
Copy the full SHA 95c341cView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdaa1a7 - Browse repository at this point
Copy the full SHA fdaa1a7View commit details
Commits on Aug 9, 2024
-
Minor documentation update (#1187)
Minor docstring update for * custom update * regularization options
Configuration menu - View commit details
-
Copy full SHA for b1dd0ac - Browse repository at this point
Copy the full SHA b1dd0acView commit details -
Matlab: Getter for condensed QP matrices (#1188)
This PR fixes the getter for `qp_solver_cond_H` for partially condensed OCPs. --------- Co-authored-by: Jonathan Frey <jonathanpaulfrey@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f68c05a - Browse repository at this point
Copy the full SHA f68c05aView commit details -
Compile acados with
BUILD_TYPE = DEBUG
on Github actions (#1191)- in order to check asserts on CI to avoid issues like #1186
Configuration menu - View commit details
-
Copy full SHA for 5b4bc56 - Browse repository at this point
Copy the full SHA 5b4bc56View commit details -
Matlab example cleanup (#1192)
- MATLAB examples: rename `ocp` to `ocp_solver` - MATLAB examples: rename `sim` to `sim_solver` - remove outdated Matlab example code related to non template based backend - MATLAB examples test: clear variables that might contain CasADi objects to avoid SWIG warnings
Configuration menu - View commit details
-
Copy full SHA for 89339d8 - Browse repository at this point
Copy the full SHA 89339d8View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0f474c - Browse repository at this point
Copy the full SHA f0f474cView commit details
Commits on Aug 16, 2024
-
Minor Python changes from aligning Matlab (#1197)
- add `json_file` property with defaults in class, as this is dumped to json. - set `Tsim` in `make_consistent` - formatting - remove redundant check for terminal cost
Configuration menu - View commit details
-
Copy full SHA for 648530f - Browse repository at this point
Copy the full SHA 648530fView commit details -
MEX: always use CMake for generated code (#1198)
Since we only test Matlab/Octave on CI with Linux, we should use CMake to be closer to testing Windows workflow.
Configuration menu - View commit details
-
Copy full SHA for c07fcf3 - Browse repository at this point
Copy the full SHA c07fcf3View commit details -
Add references to documentation (#1200)
- Preprint on: 'Multi-Phase Optimal Control Problems for Efficient Nonlinear Model Predictive Control with acados' - Nonlinear MPC for Quadrotors in Close-Proximity Flight with Neural Network Downwash Prediction, shared in https://discourse.acados.org/t/acados-featured-work-collection/265/11 --------- Co-authored-by: sandmaennchen <katrin.baumgaertner@posteo.de>
Configuration menu - View commit details
-
Copy full SHA for 920d1df - Browse repository at this point
Copy the full SHA 920d1dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c06b3a - Browse repository at this point
Copy the full SHA 5c06b3aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.5...v0.3.6