mirror of
https://github.com/modelec/TCPSocketServer.git
synced 2026-01-18 16:37:29 +01:00
proximity
This commit is contained in:
@@ -805,7 +805,7 @@ void TCPServer::awaitRobotIdle() {
|
|||||||
if (stopEmergency) {
|
if (stopEmergency) {
|
||||||
while (stopEmergency) {
|
while (stopEmergency) {
|
||||||
stopEmergency = false;
|
stopEmergency = false;
|
||||||
usleep(100'000);
|
usleep(300'000);
|
||||||
}
|
}
|
||||||
this->broadcastMessage(lastArduinoCommand);
|
this->broadcastMessage(lastArduinoCommand);
|
||||||
awaitRobotIdle();
|
awaitRobotIdle();
|
||||||
|
|||||||
Reference in New Issue
Block a user