aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Utils for model-predictive control. More...
#include <vector>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
Functions | |
template<typename T , typename Alloc > | |
void | aligator::rotate_vec_left (std::vector< T, Alloc > &v, long n_head=0, long n_tail=0) |
Simply rotate an entire std::vector to the left. | |
Utils for model-predictive control.
Definition in file mpc-util.hpp.