Skip to content

LiDAR localization at 100FPS: A map-aided and template descriptor-based global method

License

Notifications You must be signed in to change notification settings

ShiPC-AI/LiDAR-Localization-100FPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiDAR-Localization-100FPS

LiDAR-Localization-100FPS is a map-aided and template descriptor-based LiDAR global localization method.

Publication

Shi P, Li J, Zhang Y. LiDAR localization at 100 FPS: A map-aided and template descriptor-based global method[J]. International Journal of Applied Earth Observation and Geoinformation, 2023, 120: 103336.

How to use?

Before run, you must generate a (1) map point cloud and (2) map candidate point cloud.

1. Requirement

CMake
PCL
OpenCV

2. Build the project

mkdir build && cd build
cmake .. 
make -j4

3. Make map descriptors (only executed once before localization)

./map_process/make_map_squares

4. Run global localization

./run/run_global_localization

About

LiDAR localization at 100FPS: A map-aided and template descriptor-based global method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published