Closed osrf-migration closed 4 years ago
This ticket refers to ign-gui0
, which is no longer under development, so I'll close it. But it could be a good reference to the ign-rviz
work that @Sarath18 is doing. CC @ahcorde .
Here's the DisplayPlugin
base class: https://github.com/ignitionrobotics/ign-gui/blob/ign-gui0/include/ignition/gui/DisplayPlugin.hh
Original report (archived issue) by Deanna Hood (Bitbucket: d_hood).
Objective is a widget that lets you load various "displays" (something that paints on the render window, e.g. a grid). Each display will have some common properties (e.g. checkbox for toggling visibility), and potentially some custom properties specific to its plugin (e.g. colour of a grid).
Subtasks: