Generic point cloud visualization #1156
Labels
enhancement
New feature or request
GUI
Gazebo's graphical interface (not pure Ignition GUI)
rendering
Involves Ignition Rendering
The VisualizeLidar plugin allows visualizing laser scans as, among other visualizations, point clouds. That plugin is very tied to Lidar sensors though. It would be great to have a generic plugin that displays point clouds on the 3D scene coming from any source, not specifically sensors. The immediate use case we have at the moment is visualizing scientific data.
Desired behavior
Open a GUI plugin, choose a topic to display, and it shows on the 3D scene. Some other nice to haves:
Alternatives considered
Extend the lidar visualization plugin to handle any point cloud. I think that's a stretch though, and we'll need to address various assumptions about frame of reference and others.
Implementation suggestion
Create a GUI plugin that subscribes to point cloud messages and makes marker requests.
Additional context
We have a prototype on a downstream project that we're planning to upstream.
The text was updated successfully, but these errors were encountered: