|
aligator
0.16.0
A versatile and efficient C++ library for real-time constrained 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.