Skip to content
/ LOAM Public

Lidar Odometry and Mapping with Detailed Comments

License

Notifications You must be signed in to change notification settings

cedricxie/LOAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc489d8 · Feb 24, 2018

History

34 Commits
Feb 20, 2018
Feb 16, 2018
Feb 21, 2018
Feb 24, 2018
Feb 2, 2018
Feb 2, 2018
Feb 13, 2018
Feb 2, 2018
Feb 2, 2018
Feb 2, 2018
Feb 13, 2018
Feb 2, 2018

Repository files navigation

Screenshot Sample map built from nsh_indoor_outdoor.bag (opened with ccViewer)

✅ Tested with ROS Indigo and Velodyne VLP16. (Screencast)

All sources were taken from ROS documentation

Ask questions here.

How to build with catkin:

$ cd ~/catkin_ws/src/
$ git clone https://github.com/laboshinl/loam_velodyne.git
$ cd ~/catkin_ws
$ catkin_make -DCMAKE_BUILD_TYPE=Release 
$ source ~/catkin_ws/devel/setup.bash

Running:

roslaunch loam_velodyne loam_velodyne.launch

In second terminal play sample velodyne data from VLP16 rosbag:

rosbag play ~/Downloads/velodyne.bag 

Or read from velodyne VLP16 sample pcap:

roslaunch velodyne_pointcloud VLP16_points.launch pcap:="/home/laboshinl/Downloads/velodyne.pcap"

Quantifying Aerial LiDAR Accuracy of LOAM for Civil Engineering Applications. Derek Anthony Wolfe

ROS & Loam_velodyne

About

Lidar Odometry and Mapping with Detailed Comments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages