gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
74 stars 43 forks source link

Display plugins meta-ticket #31

Closed osrf-migration closed 4 years ago

osrf-migration commented 6 years ago

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:

osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


osrf-migration commented 6 years ago

Original comment by Deanna Hood (Bitbucket: d_hood).


chapulina commented 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