Mayitzin / ahrs

Attitude and Heading Reference Systems in Python

Home Page:https://ahrs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need pre-recorded data to test the AHRS library's Extended Kalman Filter

amanabt opened this issue · comments

Friends,

I am just getting started with a project where I have to implement an Extended Kalman Filter (EKF) based on the EKF implementation of this library. This is the first time I am venturing into this field and need some help getting started.

At first I wanted to get a feel of how the your implementation of your EKF is used. Unfortunately, I do not have a primary source (hardware) of getting the gyroscope, accelerometer, and magnetometer data.

Could you please suggest me some pre-recorded data that I could use to test this library? I need 3 axis gyroscope, 3D accelerometer, and a magnetometer data.

Hi, @amanabt

In the discussions post of Datasets you can find a couple that are good to test the different algorithms, including the EKF.

Cheers!