Coder Social home page Coder Social logo

icalib.github.io's Introduction

icalib.github.io

Inertial Aided Multi-Sensor Calibration

Description

To calibration the spatial-temporal parameters for multiple sensors, including IMU, cameras, LiDAR and wheel encoder.

Sensors

Tested Sensors

  • IMU: microstrain IMU, xsens IMU, realsense-t265 IMU / Gyro
  • Cameras: FLIR Blackfly/pointgrey, t265 stereo-fisheye
  • LiDAR: Velodyne VLP-16
  • Wheel encoder: Jackal wheel encoder

Sensors going to support

  • Ouster Lidar
  • Accelerometer
  • GPS / GNSS

Requirements

  • At least 1 IMU and 1 Camera (as the base IMU and base camera)
  • QR tags: Aruco Tag (supported) and April Tag (testing)
  • For LiDAR calibration: structural environment with planes
  • Motion: 3D motion with at least 2-axis rotation
  • 2 - 4 Tag planes (each plane with 6-9 tags) as shown in the following fig Exp_setup

Example setup:

The Jackal is equipped with: microstrain gx3-25, FLIR pointgrey, Realsense T265. The Jackcal contains wheel encoder. From each sensor, the meassages needed are:

  • Microstrain IMU: /imu_ms/data, sensor_msgs/Imu
  • FLIR pointgrey: /camera_pg/image_raw, sensor_msgs/Image
  • Realsense T265 Stereo: /camera/fisheye1/image_raw, /camera/fisheye2/image_raw, sensor_msgs/Image
  • Realsense T265 gyro: /camera/gyro/sample, sensor_msgs/Imu
  • Velodyne: /velodyne_packets, velodyne_msgs/VelodyneScan (important)
  • Jackal wheel encoder: /joint_states, sensor_msgs/JoinState

Jackal_setup

Supporting materials

Dependencies

wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
sudo sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
sudo sh -c 'echo deb https://apt.repos.intel.com/tbb all main > /etc/apt/sources.list.d/intel-tbb.list'
sudo apt-get update
sudo apt-get install intel-tbb-2020.0-088
sudo apt-get install intel-mkl-2020.0-088

LZ4 error solution: ethz-asl/lidar_align#16 (comment)

Eigne error can be solved by turning off the march=native. Which reference is here.

icalib.github.io's People

Contributors

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