Skip to content

NERanger/lidar_slam_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiDAR SLAM Algorithms

LiDAR SLAM related algorithms mainly for myself. Currently all pointclouds used for test are from KITTI dataset. New data loader need to be implemented if a new dataset is used.

Environment

Ubuntu 18.04 LTS (WSL2)

Requirements

PCL(Point Cloud Library)

Compile

mkdir build
cd build
cmake ..
make

Documentation

See docs

About

LiDAR SLAM algorithms implemented for myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published