aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/fwd.hpp"
Go to the source code of this file.
Classes | |
struct | aligator::TrajOptDataTpl< Scalar > |
Problem data struct. More... | |
Namespaces | |
namespace | aligator |
Main package namespace. | |
Functions | |
template<typename Scalar > | |
Scalar | aligator::computeTrajectoryCost (const TrajOptDataTpl< Scalar > &problem_data) |
Helper for computing the trajectory cost (from pre-computed problem data). | |
Definition in file traj-opt-data.hpp.