Skip to content

Commit 896a7a9

Browse files
authored
Update README.md
1 parent 9a3ac9f commit 896a7a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# LeGO-LOAM
22

3-
This repository contains code for a lightweight and ground optimized lidar odometry and mapping (LeGO-LOAM) system for ROS compatible UGVs. The system takes in point cloud from a Velodyne VLP-16 Lidar (palced horizontal) and optional IMU data as inputs. It outputs 6D pose estimation in real-time. A demonstration of the system can be found here -> https://www.youtube.com/watch?v=O3tz_ftHV48
3+
This repository contains code for a lightweight and ground optimized lidar odometry and mapping (LeGO-LOAM) system for ROS compatible UGVs. The system takes in point cloud from a Velodyne VLP-16 Lidar (palced horizontally) and optional IMU data as inputs. It outputs 6D pose estimation in real-time. A demonstration of the system can be found here -> https://www.youtube.com/watch?v=O3tz_ftHV48
44
<!--
55
[![Watch the video](/LeGO-LOAM/launch/demo.gif)](https://www.youtube.com/watch?v=O3tz_ftHV48)
66
-->
77
<p align='center'>
88
<img src="/LeGO-LOAM/launch/demo.gif" alt="drawing" width="800"/>
99
</p>
1010

11+
## Lidar-inertial Odometry
12+
13+
An updated lidar-initial odometry package, [LIO-SAM](https://github.com/TixiaoShan/LIO-SAM), has been open-sourced and available for testing.
14+
1115
## Dependency
1216

1317
- [ROS](http://wiki.ros.org/ROS/Installation) (tested with indigo, kinetic, and melodic)

0 commit comments

Comments
 (0)