Code Monkey home page Code Monkey logo

lins-gps-iris's Introduction

lins-gps-iris

We propose a system that can fuse IMU, LiDAR and intermittent GPS measurements to achieve high precision localization and mapping in large-scale environment. The Iterated Error-State Kalman Filter (IESKF) is used to fuse IMU and LiDAR measurements to estimate relative motion information quickly. Based on the factor graph, LiDAR, GPS measurements and loop-closure are transformed into constraints for joint-optimization to construct global map. A real-time GPS outlier detection method based on IMU pre-integration theory and residual chi-square test is designed. In addition, the use of robust kernel is supported to implicitly reduce the impact of undetected GPS outliers on the system. A LiDAR-based loop-closure detector is designed, which can search for a pair of point clouds with similar geometric information.

System architecture

The main contributions can be summarized as follows:

  1. An IESKF is applied to tightly couple IMU and LiDAR to implement LIO algorithm. The motion information can be estimated by LIO quickly and accurately.

  2. A robust and sensitive GPS outlier detection method is proposed. It can detect GPS outliers and reduce the impact of outliers on the system.

  3. A lightweight and precise loop-closure detection method is proposed. It can evaluate the similarity between point clouds, and correct the error in pose graph.

Dependency

Install

cd ~/catkin_ws/stc
git clone https://github.com/GDUT-Kyle/lins-gps-iris.git
cd ..
catkin build lins

Notes

  1. The system can set the dynamic parameter "useGPSfactor" in the launch file to determine whether it needs to integrate GPS data.
  2. If the GPS data is integrated, the user needs to calibrate the GPS module and the external parameters of the LiDAR in advance.
  3. After setting "SaveMap" to true, the mapping module of this system can save the feature point map for relocation.
  4. In this system, GPS data is our custom ROS message type, users can refer to xw_gps_driver.

Sample datasets

Our own collected datasets contain high-precision mapping information. Since we do not have surveying and mapping qualifications, we do not share the dataset due to legal issues.

Run

A. Mapping

roslaunch lins imuOdometry.launch
roslaunch lins run_port_exp.launch

B. Localization

roslaunch lins localization.launch

Experimental results

A. GPS-Challenge environment test (KITTI)

(a) Raw GPS measurements

(b) Proposed method (with GPS)

(c) Mapping (without GPS)

(d) Mapping (with GPS)

kitti_mapping_evo2

B. Loop-Closure test

References

LeGO-LOAM

LINS---LiDAR-inertial-SLAM

SC-LeGO-LOAM

LiDAR-Iris

lins-gps-iris's People

Contributors

gdut-kyle 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.