ImMesh: An Immediate LiDAR Localization and Meshing Framework
Jiarong Lin, Chongjiang Yuan, Yixi Cai, Haotian Li, Yunfan Ren, Yuying, Zou, Xiaoping Hong, Fu Zhang

TL;DR
ImMesh is a real-time LiDAR odometry and meshing framework that incrementally reconstructs large-scale scene meshes efficiently on standard CPUs, integrating localization, mapping, and meshing modules.
Contribution
The paper introduces a novel voxel-wise meshing module that enables online large-scale scene mesh reconstruction without GPU acceleration.
Findings
Achieves real-time performance on standard CPU.
Reconstructs large-scale scene meshes incrementally.
Provides open-source code for community use.
Abstract
In this paper, we propose a novel LiDAR(-inertial) odometry and mapping framework to achieve the goal of simultaneous localization and meshing in real-time. This proposed framework termed ImMesh comprises four tightly-coupled modules: receiver, localization, meshing, and broadcaster. The localization module utilizes the prepossessed sensor data from the receiver, estimates the sensor pose online by registering LiDAR scans to maps, and dynamically grows the map. Then, our meshing module takes the registered LiDAR scan for incrementally reconstructing the triangle mesh on the fly. Finally, the real-time odometry, map, and mesh are published via our broadcaster. The key contribution of this work is the meshing module, which represents a scene by an efficient hierarchical voxels structure, performs fast finding of voxels observed by new scans, and reconstructs triangle facets in each voxel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Robotic Path Planning Algorithms · Computational Geometry and Mesh Generation
