-
Notifications
You must be signed in to change notification settings - Fork 38
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
Impossible to terminate ros_main node cleanly. #105
Comments
Yes this is a known issue, but I have ignored it so far since it was not a blocking factor for the current users. Have you been able to debug the problem? |
No, I didn't analyze the problem, but looking at the code this line here seems suspicious.
If my understanding is correct, here we just wait for a network failure but we do not react to a node termination. Side note. I see you are using a |
It is not possible to kill the node cleanly.
Calling
rosnode kill
brings the driver into a deadlock situation and it is not possible to kill cleanly the node.The text was updated successfully, but these errors were encountered: