aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/python/fwd.hpp"
#include "aligator/python/visitors.hpp"
#include "aligator/python/solvers.hpp"
#include "aligator/solvers/proxddp/solver-proxddp.hpp"
#include <eigenpy/std-unique-ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Macros | |
#define | _c(name) def_readwrite(#name, &AlmParams::name) |
Functions | |
void | aligator::python::exposeProxDDP () |
Definition in file expose-solver-prox.cpp.
#define _c | ( | name | ) | def_readwrite(#name, &AlmParams::name) |