LeGO LOAM

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain article., IROS 2018, [깃허브]

1. 개요

LeGO LOAM은 LOAM에 비해 계산 시간은 줄이고, 루프백(LOOP BACK)을 지원하여 SLAM 안전성을 높인 방법이다. Levenberg–Marquardt algorithm 을 이용해 해 계산 방법을 개선한다. 참고로 LM 알고리즘은 특정 함수에 적합한 커브를 피팅(curve fitting)할 때도 많이 사용된다. LeGO LOAM 링크를 방문해, 다음과 같이 소스를 다운로드후 빌드를 준비한다. 참고로, LeGO LOAM을 빌드하기 전에 GTSAM(Georgia Tech Smoothing and Mapping library) 패키지를 미리 설치해 놓아야 한다.

This code is based on LOAM.

comparison between loam and LeGO-LOAM on the i7 4710mq and jetson tx2 platforms [Youtube]

Lightweight and Ground-Optimized Lidar Odometry and Mapping 1) A lightweight, runable on an embedded platform 2) Point cloud segmentation to remove noise 3) Real-time 6-degree-of-freedom estimation with ground optimization (using the presence of ground planes in the segmentation and optimization steps) 4 Loopback detection

2. 설치

Ubuntu16.04+ROS kinetic+pcl1.8+gtsam

# Download the source code of gtsam     
$ wget https://github.com/borglab/gtsam/archive/4.0.0-alpha2.zip #git clone https://bitbucket.org/gtborg/gtsam.git
$ cd gtsam && mkdir build && cd build
$ cmake ..
$ sudo make install

# Compilation and installation of LeGO-LOAM
$ apt-get install ros-kinetic-cv-bridge  ros-kinetic-pcl-ros ros-kinetic-tf2-eigen
$ cd ~/catkin_ws/src
$ git clone https://github.com/RobustFieldAutonomyLab/LeGO-LOAM.git
$ cd ~/catkin_ws
$ vi ./integration/utility.h # L91 : globalMapVisualizationSearchRadius 
$ catkin_make -j1
$ source ./devel/setup.bash
$ roslaunch lego_loam run.launch
$ rosbag play *.bag --clock --topic /velodyne_points /imu/data

LeGO-LOAM

LeGO-LOAM paper translation (simplified content) : 중국어

Lego_loam tutorial

Lego-LOAM map construction part code reading

Unable to locate package ros-kinect-pcl-ros

http://daddynkidsmakers.blogspot.com/2019/06/lidar-slam.html : 하단 부분에 LeGO-LOAM설명

results matching ""

    No results matching ""