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

[noetic] Move LibraryLoadExceptions down a level #221 #228

Closed
wants to merge 1 commit into from

Conversation

DLu
Copy link
Contributor

@DLu DLu commented Dec 27, 2021

#221 for noetic

std::ostringstream error_msg;
error_msg << "Could not find library corresponding to plugin " << lookup_name <<
". Make sure the plugin description XML file has the correct name of the library.";
throw pluginlib::LibraryLoadException(error_msg.str());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making this method throw where it didn't previously seems like a significant change in a released distro. I could be convinced with a deep enough pre-release test though.

The folks working on ros-o might be interested in this though https://github.com/ros-o/pluginlib

@DLu DLu closed this Jun 10, 2022
@DLu DLu deleted the more_exceptions_no branch June 10, 2022 13:31
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