aligator
0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include <eigenpy/registration.hpp>
#include <boost/python.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Functions | |
std::string | aligator::python::get_scope_name (bp::scope scope) |
bp::object | aligator::python::get_namespace (const std::string &name) |
Create or retrieve a Python scope (that is, a class or module namespace). | |
template<typename T> | |
bool | aligator::python::register_enum_symlink (bool export_values) |
Definition in file utils.hpp.