Pointcloud data to mesh conversion
Hi,
I would like to create a mesh out of a pointcloud which I keep in a list, let's say. Is this really possible? If so, does anyone know a way to do it?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I would like to create a mesh out of a pointcloud which I keep in a list, let's say. Is this really possible? If so, does anyone know a way to do it?
This can be done with functionality available in PCL, here's a example of using it that: cloud_to_mesh_node, cloud_to_mesh_ros.h. This node converts a point cloud it receives on the ~/cloud
topic to a mesh and publishes that as a Marker or Shape message.
Using PCL functionality like this might not be the most efficient method though. For real-time use you might want to look into using other tools like voxblox. This builds a TSDF or ESDF representation from sensor data and can efficiently mesh it in real-time.
Thanks! Voxblox looks impressive, I'll take a look into it!
@Jägermeister, have you tried Voxblox to create mesh file? I am also working on same problem. please share your solution if you have made it?
Asked: 2019-05-10 07:03:17 -0600
Seen: 2,673 times
Last updated: May 10 '19
Function for unpacking RGB point field from point in point cloud?
retrieve the bounding box of a mesh
How to know which points pcl::PassThrough and pcl::StatisticalOutlierRemoval removes?
Material-dependent transparency in Gazebo
how to display a mesh with texture in RViz?
How to change the Kinect point cloud resolution
How to display the Kinect point cloud using image colours?
pointcloud_to_laserscan height range