|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/python/fwd.hpp"#include "aligator/python/visitors.hpp"#include "aligator/core/explicit-dynamics.hpp"#include "aligator/core/stage-model.hpp"#include "aligator/core/stage-data.hpp"#include "aligator/core/cost-abstract.hpp"#include <eigenpy/deprecation-policy.hpp>Go to the source code of this file.
Namespaces | |
| namespace | aligator |
| Main package namespace. | |
| namespace | aligator::python |
| The Python bindings. | |
Functions | |
| void | aligator::python::exposeStageData () |
| void | aligator::python::exposeStage () |
| Expose StageModel and StageData. | |
Definition in file expose-stage.cpp.