mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
change data to public
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user