mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
handle the fact that the lidar don't find balise
This commit is contained in:
@@ -175,6 +175,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
|
||||
if (lidarGetPosTimeout > 10) {
|
||||
awaitForLidar = false;
|
||||
}
|
||||
lidarGetPosTimeout++;
|
||||
this->askLidarPosition();
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user