Test Build and C tests with BLASFEO REFERENCE and OpenMP / full_build (push) Has been cancelled
Details
Test build with EXT_DEP=OFF / ext_dep_off_test (push) Has been cancelled
Details
Test Full Build Linux / core_build (push) Has been cancelled
Details
Test MATLAB on Windows / core_build (push) Has been cancelled
Details
Test Full Build Linux / python_interface (push) Has been cancelled
Details
Test Full Build Linux / python_interface_new_casadi (push) Has been cancelled
Details
Test Full Build Linux / MATLAB_test (push) Has been cancelled
Details
Test Full Build Linux / MATLAB_examples_new_casadi (push) Has been cancelled
Details
Test Full Build Linux / MATLAB_examples (push) Has been cancelled
Details
Test Full Build Linux / simulink_test (push) Has been cancelled
Details
Test Full Build Linux / octave_test (push) Has been cancelled
Details
|
||
---|---|---|
.github | ||
acados | ||
cmake | ||
docs | ||
examples | ||
external | ||
interfaces | ||
test | ||
utils | ||
.appveyor.yml | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
CONTRIBUTORS.txt | ||
LICENSE | ||
Makefile | ||
Makefile.osqp | ||
Makefile.rule | ||
README.md | ||
ROADMAP.md |
README.md
acados
provides fast and embedded solvers for nonlinear optimal control.
It is written in C
and offers interfaces to the programming languages Python
, MATLAB
and Octave
.
General
acados
implements- fast SQP-type solvers for Nonlinear Programming (NLP) formulations with an Optimal Control Problem (OCP) structure
- efficient integration methods, also called integrators, to solve initial value problems with dynamic systems given as an ODE or index-1 DAE. These integrators can efficiently compute first and second-order sensitivities of the results.
Documentation
- Documentation can be found on docs.acados.org
- An overview of the interfaces can be found at docs.acados.org/interfaces
Forum
- If you have any
acados
-related questions, feel free to post on our forum at discourse.acados.org
Citing
- References can be found at docs.acados.org/citing
Installation
- Instructions can be found at docs.acados.org/installation