Skip to content
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

wait_for_server can return before result or feedback topic is fully connected #181

Open
c-andy-martin opened this issue Dec 15, 2020 · 0 comments

Comments

@c-andy-martin
Copy link
Contributor

The check for subscription to the result and feedback topics in wait_for_server is insufficient to actually having a completed subscription. The check simply checks if we are tracking a connection in the connection list. Unfortunately, connections are added to the list in rospy before the underlying transport is connected. In certain scenarios, this can take enough time to miss a result from the first submitted goal, causing wait_for_result to timeout. A fix is submitted in #180

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant