mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 04:14:58 +00:00
change data to public
This commit is contained in:
@@ -157,6 +157,8 @@ public:
|
|||||||
void doRotation(long double th);
|
void doRotation(long double th);
|
||||||
void goToXy(long double xx, long double yy);
|
void goToXy(long double xx, long double yy);
|
||||||
std::ofstream odometry_log;
|
std::ofstream odometry_log;
|
||||||
|
TKobukiData data;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -166,7 +168,6 @@ private:
|
|||||||
pthread_t threadHandle; // handle na vlakno
|
pthread_t threadHandle; // handle na vlakno
|
||||||
int threadID; // id vlakna
|
int threadID; // id vlakna
|
||||||
int stopVlakno;
|
int stopVlakno;
|
||||||
TKobukiData data;
|
|
||||||
src_callback_kobuki_data callbackFunction;
|
src_callback_kobuki_data callbackFunction;
|
||||||
void *userData;
|
void *userData;
|
||||||
bool enabledCommands;
|
bool enabledCommands;
|
||||||
|
Reference in New Issue
Block a user