Skip to content

Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.

Notifications You must be signed in to change notification settings

SLAM-Hive/loam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build the LOAM Dockerfile

Firstly, git clone the algorithm Dockerfile repository to your computer, then:

cd loam_velodyne
./install.sh

You can check whether the image is successfully built as follows:

docker images

you can see:

slam-hive-algorithm loam [IMAGE ID] [CREATED] [SIZE]

About

Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • Python 2.9%
  • Other 1.4%