naturerobots / mesh_tools

Tools and Messages for Annotated 3D Triangle Meshes in ROS
https://wiki.ros.org/mesh_tools
BSD 3-Clause "New" or "Revised" License
229 stars 42 forks source link

How can I generate Mesh map from point cloud #20

Closed liuxiao916 closed 5 months ago

liuxiao916 commented 1 year ago

Hi,

Thank you for your nice work.

Can you give me some example that how to generate Mesh Map from point cloud? It will be helpful. : )

JACKLiuDay commented 1 year ago

I have the same problem.

amock commented 8 months ago

Hello Xiao Liu,

thanks for your interest in our work. We often use high-resolution point clouds from terrestrial laser scanners. After we have registered all the clouds into a large unordered point cloud, we use lvr2, Open3D or meshlab to finally reconstruct the meshes, in an offline fashion. In recent years, more and more software packages for online mesh generation have also emerged. To give you a good starting point for your research, here is a list of links:

It is not planned to integrate the reconstruction of surfaces from point clouds into mesh_tools.

Greetings and happy meshing Alex