|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/python/fwd.hpp"#include "aligator/python/utils.hpp"#include "aligator/core/constraint.hpp"#include "aligator/core/constraint-set.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. | |
Typedefs | |
| using | aligator::python::PolyFunc = xyz::polymorphic<StageFunction> |
| using | aligator::python::ConstraintSet |
| using | aligator::python::ConstraintStack |
| using | aligator::python::StageFunction |
Functions | |
| void | aligator::python::exposeConstraintSets () |
| void | aligator::python::exposeConstraint () |
| Expose constraints. | |