Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007 #ifndef RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H
00008 #define RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H
00009
00010 extern const float g_fWheelRadius;
00011 extern const float g_fBaseWidth;
00012 extern const float g_fI3;
00013
00014
00015 extern const float A[4][4];
00016 extern const float B[4][2];
00017 extern const float C[4][4];
00018 extern const float L[4][4];
00019 extern const float K[2][4];
00020 extern const float A_BK[4][4];
00021
00022 #endif // RSV_BALANCE_GAZEBO_CONTROL_CONTROL_H