ROSPointCloudMeshify Overview ============================= The `ROSPointCloudMeshify `_ module handles the following: - **Receives PointCloud2 data** via `ROS2 `__ topic , 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 `_