|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/core/callback-base.hpp"#include "aligator/core/explicit-dynamics.hpp"#include "aligator/core/linesearch-base.hpp"#include "workspace.hpp"#include "results.hpp"#include "aligator/utils/logger.hpp"#include "aligator/utils/string-hash.hpp"#include "aligator/threads.hpp"#include <boost/unordered_map.hpp>Go to the source code of this file.
Classes | |
| struct | aligator::SolverFDDPTpl< Scalar > |
| The feasible DDP (FDDP) algorithm, from Mastalli et al. (2020). More... | |
Namespaces | |
| namespace | aligator |
| Main package namespace. | |
Definition in file solver-fddp.hpp.