Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

rpng/kalibr_allan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kalibr_allan

This has some nice utility scripts and packages that allow for calculation of the noise values for use in both kalibr and IMU filters. The dataset of the manufacture can find the "white noise" values for the system, but the bias noises need to be found through experimental tests. The gyroscope_random_walk and accelerometer_random_walk values can normally be found on the IMU datasheet as either angular random walk or velocity random walk, respectively.

IMU Noise Values

Parameter YAML element Symbol Units
Gyroscope "white noise" gyroscope_noise_density
Accelerometer "white noise" accelerometer_noise_density
Gyroscope "random walk" gyroscope_random_walk
Accelerometer "random walk" accelerometer_random_walk

Experiment Steps

  1. With the IMU remaining still, record a ROS bag of the readings (we collected a bag for about 4 hours)
  2. Convert the ROS bag into a matlab mat file.
    • Use the included bagconvert ROS package to do this
    • Example: rosrun bagconvert bagconvert imu.bag /imu0
  3. Run the included matlab scripts to generate an allan deviation plot for the readings
    • If using the parallel version, it uses the matlab parallel toolbox
    • Need to specify the mat file that the bagconverter made, and the rate of IMU messages
  4. Interpret the generated charts to find noise values
    • Run the process results script
    • Will fit a -1/2 line to the left side of the allan plot
    • White noise is at tau=1 (according to kalibr wiki)
    • Will fit a 1/2 line to the right side of the allan plot
    • Random walk is at tau=3 (according to kalibr wiki)
  5. Some example data can be found HERE:
    • XSENS MTI-G-700
    • Tango Yellowstone Tablet
    • ASL-ETH VI-Sensor

Example Plot - XSENS MTI-G-700

allan chart acceleration

allan chart angular velocity

Example Plot - Tango Yellowstone Tablet

allan chart acceleration

allan chart angular velocity

Example Plot - ASL-ETH VI-Sensor

allan chart acceleration

allan chart angular velocity

Releases

No releases published

Packages

No packages published