-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to visualize both a Point Cloud and Octomap? #91
Comments
It looks like I may be able to leverage the scene marker which supports points, but need to test. Still looking into how best to visualize an Octomap. |
for now you may be able to visualize point clouds by publishing to the marker topic like in the marker example in ign-gazebo. We just started a GOSC project to create a lidar visual (issue #84) in ign-rendering and may extend to point cloud visualization if there is time in the end, cc @mihirk284 |
yeah that'd would be great, thanks! I have not looked at rviz's implementation to see how it's done but it looks the visualization just consists of colored cubes. Hopefully it'll be straightforward. |
That is what I am thinking. I hope I can use what is in rviz and integrating into the ogre1 and ogre2. |
I just now getting back to revisiting this. @iche033 Has any progress been made on visualizing point clouds or octomaps? |
We now have a LidarVisual class for visualizing lidar point clouds. The ogre2 implementation is here: https://github.com/gazebosim/gz-rendering/blob/gz-rendering7/ogre2/src/Ogre2LidarVisual.cc. There is a gui plugin in gz-sim that essentially subscribes to lidar data to populates the LidarVisual: |
I am interested to learn how to visualize a Point Cloud and Octomap in Ignition Rendering. I am currently using a depth sensor in ignition to generating a point cloud and I currently publish it for visualization in Rviz. I have an application built using Ignition GUI and if possible I would like to visualize the information in the ignition scene.
The text was updated successfully, but these errors were encountered: