#include <iostream>
#include <sstream>
#include <fstream>
#include <vector>
#include <string>
#include <iomanip>
#include <cstring>
#include <cmath>
#include <cstdlib>
#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 algebraic states */ |
| |
| #define | NY ACADO_NY /* number of measurements, nodes 0..N-1 */ |
| |
| #define | NYN ACADO_NYN /* number of measurements, node N */ |
| |
| #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 algebraic states */ |
◆ NY
| #define NY ACADO_NY /* number of measurements, nodes 0..N-1 */ |
◆ NYN
| #define NYN ACADO_NYN /* number of measurements, node N */ |
◆ VERBOSE
| #define VERBOSE 1 /* show iterations: 1, silent: 0 */ |
◆ main()
◆ readDataFromFile()
| bool readDataFromFile |
( |
const char * |
fileName, |
|
|
vector< vector< double > > & |
data |
|
) |
| |
◆ acadoVariables
| ACADOvariables acadoVariables |
◆ acadoWorkspace