aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/core/callback-base.hpp"
#include "aligator/core/explicit-dynamics.hpp"
#include "aligator/core/linesearch.hpp"
#include "workspace.hpp"
#include "results.hpp"
#include "aligator/utils/logger.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.