Universal_Robots_Client_Library icon indicating copy to clipboard operation
Universal_Robots_Client_Library copied to clipboard

Connection problems in the RTDE client seem not to recover properly

Open urfeex opened this issue 9 months ago • 0 comments

When having connection interruptions with the RTDE client the reconnection approach seems not to run correctly. I assume that the RTDE server shuts down the connection so it never sends any data again.

Thus, while reconnecting to the socket might be working, we don't get any data anymore. Probably, we should re-establish the connection in that case. For this, we should not allow automatic reconnections (for more than x cycles?) and instead have a reconnection mechanism with re-initialization in the RTDEClient.

This needs to be further investigated.

This is connected to https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/issues/1356

urfeex avatar May 14 '25 13:05 urfeex