|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/python/costs.hpp"#include "aligator/python/visitors.hpp"#include "aligator/modelling/costs/quad-costs.hpp"#include "aligator/modelling/costs/constant-cost.hpp"#include "aligator/python/fwd.hpp"Go to the source code of this file.
Classes | |
| struct | aligator::python::CostDataWrapper |
Namespaces | |
| namespace | aligator |
| Main package namespace. | |
| namespace | aligator::python |
| The Python bindings. | |
Typedefs | |
| using | aligator::python::QuadraticCost = QuadraticCostTpl<Scalar> |
| using | aligator::python::PolyCost = xyz::polymorphic<CostAbstract> |
| using | aligator::python::CostAbstract |
| using | aligator::python::CostData |
| using | aligator::python::Manifold |
| using | aligator::python::Scalar |
Functions | |
| void | aligator::python::exposeQuadCost () |
| void | aligator::python::exposeComposites () |
| Composite cost functions. | |
| void | aligator::python::exposeContactMap () |
| Centroidal cost functions. | |
| void | aligator::python::exposeCentroidalFunctions () |
| void | aligator::python::exposeCostStack () |
| fwd-declare exposeCostStack() | |
| void | aligator::python::exposeCostAbstract () |
| void | aligator::python::exposeCostOps () |
| void | aligator::python::exposeCosts () |
| Expose cost functions. | |
Variables | |
| PolymorphicVisitor< PolyCost > | aligator::python::poly_visitor |
Definition in file expose-costs.cpp.