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

refreshDeclaredClasses() should update chache #23

Closed
bit-pirate opened this issue Apr 21, 2014 · 1 comment
Closed

refreshDeclaredClasses() should update chache #23

bit-pirate opened this issue Apr 21, 2014 · 1 comment
Assignees

Comments

@bit-pirate
Copy link

refreshDeclaredClasses() (http://docs.ros.org/hydro/api/pluginlib/html/class__loader__imp_8h_source.html#l00619) makes use of ros::package to find new plugins (see getPluginXmlPaths: http://docs.ros.org/hydro/api/pluginlib/html/class__loader__imp_8h_source.html#l00177). However, in the most cases newly available plugins are probably not yet in the cache. Hence getPluginXmlPaths() should use call rospack profile (or something similar) to update the cache before looking for new plugins.

@bit-pirate
Copy link
Author

This is relevant for ros/nodelet_core#17 and robotics-in-concert/rocon_app_platform#211.

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

No branches or pull requests

2 participants