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.
1 parent 26dccbf commit a22b39bCopy full SHA for a22b39b
ros2cli/ros2cli/node/daemon.py
@@ -46,7 +46,7 @@ def connected(self):
46
for method in self._proxy.system.listMethods()
47
if not method.startswith('system.')
48
]
49
- except (ConnectionRefusedError, ConnectionResetError):
+ except (ConnectionRefusedError, ConnectionResetError, TimeoutError):
50
return False
51
return True
52
0 commit comments