Skip to content

Robust LiDAR SLAM with a versatile plug-and-play loop closing and pose-graph optimization.

Notifications You must be signed in to change notification settings

fengyecl/SC-A-LOAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC-A-LOAM-HesaiLidar

Dependencies

  • OpenCV 3 or higher
  • ROS melodic or higher
  • Ceres 1.14.0 or higher

Compile and Run

    mkdir -p ~/catkin_ws/src
    cd ~/catkin_ws/src
    git clone git@github.com:fengyecl/SC-A-LOAM.git
    cd ~/catkin_ws
    catkin_make
    source ~/catkin_ws/devel/setup.bash
    cd  ~/catkin_ws/src/SC-A-LOAM
    ./run_scaloam.sh ${bag_file_path} ${output_pose_file}

Example Results

Acknowledgements

  • Thanks to SC-A-LOAM code authors.

About

Robust LiDAR SLAM with a versatile plug-and-play loop closing and pose-graph optimization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • Python 2.6%
  • C 0.9%
  • Shell 0.8%
  • Dockerfile 0.7%
  • CMake 0.7%
  • Makefile 0.1%