mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 11:55:00 +00:00
disabled image logick
This commit is contained in:
@@ -48,7 +48,7 @@ void setup()
|
||||
int main()
|
||||
{
|
||||
setup();
|
||||
std::thread image(CapnSend);
|
||||
// std::thread image(CapnSend);
|
||||
std::thread safety([&](){ robot.robotSafety(&message); });
|
||||
std::thread sendMqtt([&](){ sendKobukiData(robot.parser.data); });
|
||||
std::thread connectionChecker(checkKobukiConnection);
|
||||
@@ -66,7 +66,7 @@ int main()
|
||||
|
||||
sendMqtt.join();
|
||||
safety.join();
|
||||
image.join();
|
||||
// image.join();
|
||||
}
|
||||
|
||||
std::mutex connectionMutex;
|
||||
|
Reference in New Issue
Block a user