Skip to content

nkymzsy/RI-OM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RI-OM

This repository contains code for RI-OM: Using Robust Normal Distributions Transform And Local Map Iterative Update For LiDAR Odometry and Mapping.

Dependency

Compile

You can use the following commands to download and compile the package.

cd ~/catkin_ws/src
git clone https://github.com/nkymzsy/RI-OM.git
cd ..
catkin_make -j1

When you compile the code for the first time, you need to add "-j1" behind "catkin_make" for generating some message types. "-j1" is not needed for future compiling.

Run the package

  1. Run the launch file:
roslaunch ri_om run.launch
  1. Play existing bag files:
rosbag play *.bag --clock

Demo bag

demo.bag

demo.gif

Acknowledgements

Thanks for A-LOAM, LeGO-LOAM,Scan Context.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published