control.h
Go to the documentation of this file.
1 /*********************************************************************
2  * Copyright (c) 2015 Robosavvy Ltd.
3  * Author: Vitor Matos
4  *
5  *********************************************************************/
6 
7 #ifndef RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H
8 #define RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H
9 
10 extern const float g_fWheelRadius;
11 extern const float g_fBaseWidth; // Half of Base width
12 extern const float g_fI3; // I3, horizontal inertia
13 
14 // System matrices
15 extern const float A[4][4]; // A matrix
16 extern const float B[4][2]; // B matrix
17 extern const float C[4][4]; // C matrix
18 extern const float L[4][4]; // L matrix
19 extern const float K[2][4]; // K matrix
20 extern const float A_BK[4][4]; // A-BK matrix
21 
22 #endif // RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H
const float g_fWheelRadius
Definition: control.cpp:8
const float C[4][4]
Definition: control.cpp:24
const float A_BK[4][4]
Definition: control.cpp:40
const float L[4][4]
Definition: control.cpp:30
const float A[4][4]
Definition: control.cpp:12
const float g_fI3
Definition: control.cpp:10
const float B[4][2]
Definition: control.cpp:18
const float g_fBaseWidth
Definition: control.cpp:9
const float K[2][4]
Definition: control.cpp:36


rsv_balance_gazebo_control
Author(s): Vitor Matos
autogenerated on Mon Jun 10 2019 15:06:39