Parameters for MPC.
More...
#include <mpc.hpp>
Parameters for MPC.
Definition at line 309 of file mpc.hpp.
std::size_t smooth::feedback::MPCParams::K {10} |
Minimum number of collocation points.
- Note
- The actual number of points is ceil(K / Kmesh) where Kmesh is a template parameter of MPC.
Definition at line 317 of file mpc.hpp.
◆ qp
QP solvers parameters.
Definition at line 332 of file mpc.hpp.
◆ tf
double smooth::feedback::MPCParams::tf {1} |
MPC time horizon (seconds)
Definition at line 322 of file mpc.hpp.
◆ warmstart
bool smooth::feedback::MPCParams::warmstart {true} |
Enable warmstarting.
Definition at line 327 of file mpc.hpp.
The documentation for this struct was generated from the following file: