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

exit if Loader::load returns failure in "standalone" mode instead of continuing to run #11

Merged
merged 1 commit into from
Feb 12, 2014

Conversation

forrestv
Copy link
Contributor

The current behavior creates problems, for example: when running a standalone nodelet whose onInit method throws a std::runtime_error, the nodelet runner never exits, and is never relaunched by a launch file.

@tfoote
Copy link
Member

tfoote commented Feb 12, 2014

Thanks, that error definitely should be handled.

tfoote added a commit that referenced this pull request Feb 12, 2014
exit if Loader::load returns failure in "standalone" mode instead of continuing to run
@tfoote tfoote merged commit 7f5c5f1 into ros:hydro-devel Feb 12, 2014
@forrestv forrestv deleted the exit_if_standalone_load_fails branch February 17, 2014 15:35
@forrestv forrestv restored the exit_if_standalone_load_fails branch February 17, 2014 15:36
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

Successfully merging this pull request may close these issues.

2 participants