aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
mpc-util.hpp File Reference

Utils for model-predictive control. More...

#include <vector>
#include <algorithm>
Include dependency graph for mpc-util.hpp:

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.
 

Detailed Description

Utils for model-predictive control.

Definition in file mpc-util.hpp.