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

SimpleActionState will hang forever if action node dies #69

Open
jorgenfb opened this issue Jan 30, 2020 · 0 comments
Open

SimpleActionState will hang forever if action node dies #69

jorgenfb opened this issue Jan 30, 2020 · 0 comments

Comments

@jorgenfb
Copy link
Contributor

On initialization the SimpleActionState will spin up a thread to wait for the action server to become active. This is the only time the state is waiting and checking for the action server to become available. If this initial check succeeds and the action node dies at a later time, then when the SimpleActionState is executed it will no longer check if the server is active, just send the goal and hang there forever.

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