handle the fact that the lidar don't find balise

This commit is contained in:
ackimixs
2024-05-09 12:06:54 +02:00
parent 7368baa310
commit b3588cc33d

View File

@@ -175,6 +175,7 @@ void TCPServer::handleMessage(const std::string& message, int clientSocket)
if (lidarGetPosTimeout > 10) {
awaitForLidar = false;
}
lidarGetPosTimeout++;
this->askLidarPosition();
}
else {