ROSPointCloudMeshify Overview
The ROSPointCloudMeshify module handles the following:
Receives PointCloud2 data via ROS2 topic <points/xyzrgba>, for example, from a Zivid camera.
Processes point clouds and converts them into meshes using advanced algorithms.
Supports multiple meshing techniques, including:
Poisson Surface Reconstruction (mode=poisson)
Greedy Triangulation (mode=greedy)
Fast Organized Triangle Reconstruction (mode=fast)
Publish the generated mesh to the /object_markers topic as MarkerArray.
Features
Real-time meshing of point cloud data.
Integration with ROS2(Humble) for seamless communication.
Built with C++ and relies on the PointCloud Library.
Repository: GitHub - ROSPointCloudMeshify