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

TopicsStats library name #379

Closed
francocipollone opened this issue Apr 9, 2021 · 1 comment
Closed

TopicsStats library name #379

francocipollone opened this issue Apr 9, 2021 · 1 comment

Comments

@francocipollone
Copy link
Collaborator

Context

ign-gui0 provides out of the box a TopicsStats plugin that is used in the visualizer0.
When created, this shared library is called libTopicsStats.so.

For the migration to ign-gui3, a new TopicsStats plugin is created in delphyne_gui because the TopicsStats was discontinued in ignition-gui.
To avoid any kind of conflicts when discovering the plugins(because of an equal name), this shared library is called libTopicsStatsPlugin.so.

Victory Condition

After completing the migration (#332) and removing the ign-gui0 dependency, the name of the library should be changed to:
libTopicsStatsPlugin.so --> libTopicsStats.so.

@francocipollone
Copy link
Collaborator Author

Solved at #401

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