You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I think that this would fit your options 3 and 2:
Add, Remove, Duplicate button in a master visualization Displays GUI plugin (similar to RViz)
All the visualization plugins after loading are placed in a master Displays GUI plugin and can be configured from there. (like RViz)
We don't need to follow the same structure, but I hope it's a helpful reference. One of the downsides to that approach was that we had a lot of duplicate code between Plugin and DisplayPlugin which would be nice to avoid.
This ticket is concerned with how the visualization plugins are loaded and placed in ign-rviz.
Potential places to load visualization plugins:
After loading the plugins, where are these visualization plugins placed in the application GUI:
In the scenario where multiple visualization plugins are loaded, option 1 might tend to clutter the GUI. I am not sure if option 2 is feasible.
@ahcorde, @chapulina can you help me figure out the right implementation for this problem?
The text was updated successfully, but these errors were encountered: