Giter VIP home page Giter VIP logo

lidar_gnss_mapping's Introduction

LiDAR GNSS mapping

Framework

image
The overall system framework for large-scale 3D map building in partially GNSS-denied scenes, which consists of two operating modes: LiDAR-only mode and GNSS-LiDAR mode. While working in GNSS-denied scenes, LiDAR odometry runs with high frequency and outputs estimations with local registration errors, and LiDAR mapping provides more accurate pose estimations with low frequency.
While moving from GNSS-denied scenes to open scenes, 3D-M-Box is working in GNSS-LiDAR mode. The auto coordinate alignment algorithm is applied to align the coordinate system between LiDAR and GNSS by registering a group of poses obtained from LiDAR mapping and GNSS within a certain time window. Finally, GNSS-constrained LiDAR mapping outputs the pose and point clouds with high accuracy.

Sample map

image
The picture shows that 3D-M-Box can accomplish online pose estimation and map building in GNSS-denied scenes.

Dependency

ROS (tested with kinetic)
gtsam (Georgia Tech Smoothing and Mapping library, 4.0.0-alpha2)

wget -O ~/Downloads/gtsam.zip https://github.com/borglab/gtsam/archive/4.0.0-alpha2.zip   
cd ~/Downloads/ && unzip gtsam.zip -d ~/Downloads/    
mkdir build && cd build    
cmake ..   
sudo make install    

How to build with catkin

cd ~/catkin_ws/src  
git clone https://github.com/ZhuangYanDLUT/lidar_gnss_mapping.git  
cd ~/catkin_ws  
catkin_make  

Running

roslaunch lidar_gnss_mapping lidar_gnss_mapping.launch
In second terminal play sample data from test.bag (the access code is ri4b)
rosbag play -s 35 test.bag

lidar_gnss_mapping's People

Contributors

zhuangyandlut 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.