#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <iomanip>
#include <cstring>
#include <cstdlib>
#include <cmath>
#include "acado_common.h"
#include "acado_auxiliary_functions.h"
Go to the source code of this file.
|
#define | N ACADO_N /* number of control intervals */ |
|
#define | NU ACADO_NU /* number of control inputs */ |
|
#define | NUM_STEPS 100 /* number of simulation steps */ |
|
#define | NX ACADO_NX /* number of differential states */ |
|
#define | NXA ACADO_NXA /* number of alg. states */ |
|
#define | NY ACADO_NY /* number of references, nodes 0..N - 1 */ |
|
#define | NYN ACADO_NYN |
|
#define | VERBOSE 1 /* show iterations: 1, silent: 0 */ |
|
#define N ACADO_N /* number of control intervals */ |
◆ NU
#define NU ACADO_NU /* number of control inputs */ |
◆ NUM_STEPS
#define NUM_STEPS 100 /* number of simulation steps */ |
◆ NX
#define NX ACADO_NX /* number of differential states */ |
◆ NXA
#define NXA ACADO_NXA /* number of alg. states */ |
◆ NY
#define NY ACADO_NY /* number of references, nodes 0..N - 1 */ |
◆ NYN
◆ VERBOSE
#define VERBOSE 1 /* show iterations: 1, silent: 0 */ |
◆ main()
◆ acadoVariables
ACADOvariables acadoVariables |
◆ acadoWorkspace