/VoxelMap

An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry

VoxelMap

Introduction

VoxelMap is an efficient and probabilistic adaptive(coarse-to-fine) voxel mapping method for 3D LiDAR. Unlike the point cloud map, VoxelMap uses planes as representation units. A scan of LiDAR data will generate or update the plane. Each plane contains its own plane parameters and uncertainties that need to be estimated. This repo shows how to integrate VoxelMap into a LiDAR(-Inertial) odometry.

The plane map constructed by VoxelMap on KITTI Odometry sequence 00.
The plane map constructed by VoxelMap in the park environment with Livox Avia LiDAR.
The plane map constructed by VoxelMap in the mountain environment with Livox Avia LiDAR.

Developers:

Chongjian Yuan 袁崇健Wei Xu 徐威

Related paper

Related paper available on arxiv:
Efficient and Probabilistic Adaptive Voxel Mapping for Accurate Online LiDAR Odometry

Related video

Our accompanying videos are now available on YouTube.

Codes & Datasets

Our paper is currently under review, and our code will be released after the first round of review if the reviewer's comments are positive.