Skip to content

Implementing IMU fusion both in sim and in real.

Notifications You must be signed in to change notification settings

wulianer/imu-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imu-fusion

The goal of this repo is to implement IMU sensor fusion in simulation and on real hardware using an Arduino.

Todos

  • Implement 2 integrators: Euler's and 4th-order Runge-Kutta.
  • Implement various state classes.
  • Create 3 sensor classes: accelerometer, gyroscope and magnetometer.
  • Implement a Kalman Filter and an EKF.
  • Create a linear state estimation problem and apply the Kalman filter to it.

References

Here's a list of resources I consulted for this project:

About

Implementing IMU fusion both in sim and in real.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages