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