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
On Gazebo rendering, there's already a VisualPlugin, but it would be also nice to have a plugin type in rendering which is tied to the rendering::Scene itself and not a single visual. It would be analogous to how we have ModelPlugins and WorldPlugins in physics.
The plugin introduced on pull request #2916 for example could be a scene plugin.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).
On Gazebo rendering, there's already a
VisualPlugin
, but it would be also nice to have a plugin type in rendering which is tied to therendering::Scene
itself and not a single visual. It would be analogous to how we haveModelPlugin
s andWorldPlugin
s in physics.The plugin introduced on pull request #2916 for example could be a scene plugin.
The text was updated successfully, but these errors were encountered: