|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained trajectory optimization.
|
#include "aligator/context.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.