Git Product home page Git Product logo

imu-allan-variance's Introduction

IMU Allan Variance

REFERENCES

The code of this project is mainly based on this repository and this repository, thanks to the work of gaowenliang, mintar et al.

IMU Noise Values

Parameter YAML element Symbol Units
Gyroscope "white noise" gyr_n
Accelerometer "white noise" acc_n
Gyroscope "bias Instability" gyr_w
Accelerometer "bias Instability" acc_w
  • White noise is at tau=1;

  • Bias Instability is around the minimum;

(according to technical report: Allan Variance: Noise Analysis for Gyroscopes)

Requirements

  1. Eigen3
  2. Ceres
  3. matplotlib

Usage

  1. 编译
mkdir build
cd build
cmake ..
make -j4
  1. 准备 采样的数据

put your imu sampled data file "imu_reading.txt" at dir ./data/

  1. run allan_variance analysis
cd build
./imu_allan_variance
  1. result

在data文件夹下面可以看到数据:

  • data_IMUxxxx_acc_t.txt: acc时间戳
  • data_IMUxxxx_acc_x.txt: acc采样x轴
  • data_IMUxxxx_acc_y.txt: acc采样y轴
  • ...
  • data_IMUxxxx_fitting_acc_t.txt: acc拟合时间戳
  • data_IMUxxxx_fitting_acc_y.txt: acc拟合y轴曲线
  • ...
  • IMUxxxx_imu_param.txt: IMU噪声分析解结果
  1. 绘制曲线
cd ./scripts
python3 ./draw_allan.py

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.