Giter Site home page Giter Site logo

yequanpara / fast_lio_lc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yanliang-wang/fast_lio_lc

0.0 0.0 0.0 179.84 MB

The tight integration of FAST-LIO with Radius-Search-based loop closure module.

C++ 96.76% Python 0.57% C 1.63% MATLAB 0.31% CMake 0.73%

fast_lio_lc's Introduction

FAST_LIO_LC

The tight integration of FAST-LIO with Radius-Search-based loop closure module.

FAST-LIO (Fast LiDAR-Inertial Odometry) is a computationally efficient and robust LiDAR-inertial odometry package. It fuses LiDAR feature points with IMU data using a tightly-coupled iterated extended Kalman filter. But it doesn't have a loop closure module to eliminate the accumulated drift.

Therefore, this project implements the pose graph optimization with a radius-search-based loop closure module which refers to FAST_LIO_SLAM. And the pose and map in the iterated extended Kalman filter of FAST-LIO will be updated according to the optimization which is a key difference with FAST_LIO_SLAM.

1. Prerequisites

  • Ubuntu 18.04 and ROS Melodic
  • PCL >= 1.8 (default for Ubuntu 18.04)
  • Eigen >= 3.3.4 (default for Ubuntu 18.04)
  • GTSAM >= 4.0.0(tested on 4.0.0-alpha2)

2. Build

cd YOUR_WORKSPACE/src
git clone https://github.com/yanliang-wang/FAST_LIO_LC.git
cd ..
catkin_make

3. Quick test

3.1 For Velodyne 16

You can test this project with our data which includes /velodyne_points(10Hz) and /imu/data(400Hz).

roslaunch fast_lio mapping_velodyne.launch
roslaunch aloam_velodyne fastlio_velodyne_VLP_16.launch
rosbag play  T3F2-2021-08-02-15-00-12.bag  -r 2

If you want to test the original FAST LIO (i.e. without the loop closure module), you can set lc_enable in the mapping_velodyne.launch to false and run following commands.

roslaunch fast_lio mapping_velodyne.launch
rosbag play  T3F2-2021-08-02-15-00-12.bag  -r 2

4. Example results

video: Youtube link , Bilibili link

example_results

Acknowledgements

In this project, the LIO module refers to FAST-LIO and the pose graph optimization refers to FAST_LIO_SLAM.

Many thanks for their work.

fast_lio_lc's People

Contributors

yanliang-wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.