madgwick_py icon indicating copy to clipboard operation
madgwick_py copied to clipboard

A Python implementation of Madgwick's IMU and AHRS algorithm.

Results 7 madgwick_py issues
Sort by recently updated
recently updated
newest added

Using Python 3.9 and the Quaternion object I'm getting a KeyError. self.__dict__ returns an object, not an array. I'm mostly writing this to lets someone else feel that they are...

how to fix it?

I am trying to learn motion processing and have managed to write myself a driver for the MPU9250 9DOF sensor and now I need to implement Madgwick's filter to get...

https://arxiv.org/pdf/1704.06053.pdf seems to suggest that it is. This would be an awesome feature!

Hi, Looks like there is a coding error with Euler123 output, setting different initiation and outputing without updating AHRS gives invalid data ``` refq = Quaternion(1,0,0,0) # look front Euler:...

I've been trying to implement the AHRS with the sensors from the PlayStationVR headset, and getting confused about which axis should be which. From reading the sensor values, as arrays,...