From f6d80dd4faba815b9e9cf0c314a19ffb0749a663 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 8 May 2024 15:09:45 +0200 Subject: [PATCH] thread --- TCPServer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/TCPServer.cpp b/TCPServer.cpp index 474d356..b6bfe4b 100644 --- a/TCPServer.cpp +++ b/TCPServer.cpp @@ -794,9 +794,6 @@ void TCPServer::awaitRobotIdle() { usleep(50'000); this->sendToClient("strat;arduino;get state;1\n", this->arduinoSocket); timeout++; - if (stopEmergency) { - std::terminate(); - } if (timeout > 80) { this->broadcastMessage("strat;arduino;clear;1"); break;