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

Plugin loader could offer the option to load all known plugins #4

Open
osrf-migration opened this issue Feb 26, 2019 · 1 comment
Open
Labels

Comments

@osrf-migration
Copy link

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


Migrated from ignition common issue 15 (gazebosim/gz-common#15).


The plugin loader added on ign-common pull request 27 offers, among other things, interfaces to:

  • add paths where to look for plugins
  • load a library from a previously added path, given its filename
  • list all loaded libraries

If one wants to list all the libraries available on the path, one needs to load all of them first. It would be nice if the plugin loader offered a function which automatically loads all libraries found in all registered paths.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • Edited issue description
    update pull request link

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

No branches or pull requests

2 participants