mpctool
Data Fields

mpc_ctl Struct Reference

#include <mpc_base.h>

Data Fields

struct mpc_confconf
struct mpc_qpxqpx
struct mpc_syssys
struct mpc_wmxwmx
struct mpc_almalm
real_tu_opt
real_tl_opt
real_tu_ref
real_tx_ref
real_tu_ini
real_tl_ini

Detailed Description

The main MPC structure. Contains algorithm, system and runtime data.


Field Documentation

struct mpc_alm* alm

Augmented Lagrangian method data.

struct mpc_conf* conf

Algorithm configuration data.

Initial guess for the optimal Lagrange multiplier.

Optimal Lagrange multiplier.

struct mpc_qpx* qpx

State-dependent quadratic program.

struct mpc_sys* sys

Discrete-time system data.

Initial guess for the optimal control input sequence.

Optimal control input sequence.

Reference for the input sequence.

struct mpc_wmx* wmx

MPC weighting matrices.

Reference for the state trajectory.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs