maliput / delphyne_gui

Graphical frontend and tools for Delphyne
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fixes visualizer's gui plugin list #461

Closed francocipollone closed 3 years ago

francocipollone commented 3 years ago

Resolves https://github.com/ToyotaResearchInstitute/delphyne_gui/issues/460

1 - VISUALIZER_PLUGIN_PATH env should be only set for new custom plugins that aren't provided by delphyne gui. 2 - The gui plugins libraries shouldn't share same folder as regular libraries in the package. Fixed. 3 - MaliputViewerPlugin plugin had a bug that avoided that plugin to be added from the list. Fixed.

image