change data to public

This commit is contained in:
2024-09-23 11:40:33 +02:00
parent 13c29e9af8
commit 90057414a4

View File

@@ -157,6 +157,8 @@ public:
void doRotation(long double th);
void goToXy(long double xx, long double yy);
std::ofstream odometry_log;
TKobukiData data;
@@ -166,7 +168,6 @@ private:
pthread_t threadHandle; // handle na vlakno
int threadID; // id vlakna
int stopVlakno;
TKobukiData data;
src_callback_kobuki_data callbackFunction;
void *userData;
bool enabledCommands;