aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear 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/polymorphic-convertible.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> |
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.