GithubHelp home page GithubHelp logo

graziegrazie / imu-position-tracking Goto Github PK

View Code? Open in Web Editor NEW

This project forked from john2zy/imu-position-tracking

0.0 0.0 0.0 10.4 MB

Position Tracking With IMU

Python 76.33% Jupyter Notebook 23.67%

imu-position-tracking's Introduction

IMU Position Tracking

3D position tracking based on data from 9 degree of freedom IMU (Accelerometer, Gyroscope and Magnetometer). This can track orientation pretty accurately and position but with significant accumulated errors from double integration of acceleration.

Project Structure

  • main.py: where the main Extended Kalman Filter(EKF) and other algorithms sit.
  • butter.py: a digital realtime butterworth filter implementation from this repo with minor fixes. But I don't use realtime filtering now.
  • mathlib: contains matrix definitions for the EKF and a filter helper function.
  • plotlib.py: some wrappers for visualization used in prototyping.
  • main.ipynb: almost the same as main.py, just used for prototyping.
  • /Ref: Some paper found on the internet that is helpful.
  • /Doc: an Algorithm description (you can view it in html as github doesn't support markdown latex extension) and an API documentation in Chinese.

Data Source

I use an APP called HyperIMU to pull (uncalibrated) data from my phone. Data is sent through TCP and received using data_receiver.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.