mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
removed thread as well
This commit is contained in:
@@ -32,13 +32,13 @@ void setup() {
|
||||
client.connect();
|
||||
client.subscribe("home/commands");
|
||||
|
||||
std::thread monitorThread(monitorKobukiConnection);
|
||||
monitorThread.detach();
|
||||
// std::thread monitorThread(monitorKobukiConnection);
|
||||
// monitorThread.detach();
|
||||
}
|
||||
|
||||
int main() {
|
||||
setup();
|
||||
reconnectKobuki();
|
||||
// reconnectKobuki();
|
||||
|
||||
std::thread connectionMonitor(monitorKobukiConnection);
|
||||
std::thread image(CapnSend);
|
||||
|
Reference in New Issue
Block a user