Skip to content

Connection problems in the RTDE client seem not to recover properly #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
urfeex opened this issue May 14, 2025 · 0 comments
Open

Connection problems in the RTDE client seem not to recover properly #320

urfeex opened this issue May 14, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@urfeex
Copy link
Member

urfeex commented May 14, 2025

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 UniversalRobots/Universal_Robots_ROS2_Driver#1356

@urfeex urfeex self-assigned this May 14, 2025
@urfeex urfeex added the bug Something isn't working label May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant