|
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/modelling/costs/quad-state-cost.hpp"#include "aligator/modelling/costs/log-residual-cost.hpp"#include "aligator/modelling/costs/relaxed-log-barrier.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::QuadResCost = QuadraticResidualCostTpl<Scalar> |
| using | aligator::python::CostAbstract |
| using | aligator::python::CostData |
| using | aligator::python::Manifold |
| using | aligator::python::Scalar |
| using | aligator::python::StageFunction |
Functions | |
| void | aligator::python::exposeComposites () |
| Composite cost functions. | |