|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/python/fwd.hpp"#include "aligator/python/blk-matrix.hpp"#include "aligator/gar/lqr-problem.hpp"#include "aligator/gar/riccati-base.hpp"#include "aligator/python/utils.hpp"#include "aligator/python/visitors.hpp"#include <eigenpy/std-array.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::knot_t = LqrKnotTpl<context::Scalar> |
| using | aligator::python::RowMatrixXs = Eigen::Transpose<MatrixXs>::PlainMatrix |
| using | aligator::python::knot_vec_t = lqr_t::KnotVector |
| using | aligator::python::Scalar |
Functions | |
| static void | aligator::python::exposeBlockMatrices () |
| void | aligator::python::exposeParallelSolver () |
| void | aligator::python::exposeDenseSolver () |
| void | aligator::python::exposeProxRiccati () |
| void | aligator::python::exposeGarUtils () |
| void | aligator::python::exposeGAR () |
| Expose GAR module. | |