Skip to content
/ VoxelMap Public
forked from hku-mars/VoxelMap

[RA-L 2022] An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry

Notifications You must be signed in to change notification settings

ojura/VoxelMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

[RA-L 2022] An efficient and probabilistic adaptive voxel mapping method for LiDAR odometry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%