Code Monkey home page Code Monkey logo

lidar2ins's Introduction

Introduction

This is a project for LiDAR to pose-sensor calibration [paper]. Note: Some code based on octree fine-tuning and z-axis correction has been removed temporarily due to some ownership and data protection policies. The removed part of the code is easy to implement; you can refer to the paper to implement it yourself. For more calibration codes, please refer to the link SensorsCalibration

Prerequisites

  • Cmake
  • opencv 2.4
  • eigen 3
  • PCL 1.9
  • Pangolin

Compile

# mkdir build
mkdir -p build && cd build
# build
cmake .. && make

Automatic calibration tool

This automatic and user-friendly calibration tool is for calibrating the extrinsic parameter of LiDAR and pose-sensor in road scenes.

Calibration data collection

According to the figure below for data collection, the calibration vehicle records IMU and LiDAR data.

  1. Ensure that the ground is sufficiently flat
  2. Ensure that there are enough features around, such as walls, lane lines, poles, stationary vehicles, etc.
  3. The calibrated vehicle circulates three times according to the trajectory shown in the figure below, and the vehicle speed is maintained at 10km/h.
  4. Try not to have dynamic objects around, such as vehicles, etc.

data collection

Usage

  1. Run the test sample:

    The executable file is under the bin folder.

    cd ~./auto_calib/
    ./bin/run_lidar2imu data/top_center_lidar/ data/NovAtel-pose-lidar-time.txt data/gnss-to-top_center_lidar-extrinsic.json
    

    Note: Because the data is relatively large, only part of the data is uploaded, the complete data can be downloaded from the link below.

    Link (链接): https://pan.baidu.com/s/1AODTuqhmgwbRWxGGCmo0iA 
    Extraction code (提取码): 94id
    
  2. Calibration result:

    lidar2camera_panel

    comparison before and after calibration:
    before calibration lidar2camera_panel
    after calibration
    lidar2camera_panel

    point cloud feature map:
    lidar2camera_panel

    lidar2camera_panel

    lidar2camera_panel

lidar2ins's People

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.