We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da9057c + 9dcad00 commit 1c3b734Copy full SHA for 1c3b734
ros/rospy_client.py
@@ -120,6 +120,7 @@ def _wait_for_connection(self):
120
time.sleep(0.0)
121
command_socket, (remote_addr, remote_port) = tcp_server.accept()
122
print(f"Connection from {remote_addr}:{remote_port}")
123
+ time.sleep(0.5)
124
break
125
except socket.timeout:
126
print("Timeout waiting for connection, retrying.")
0 commit comments