You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
First of all, thanks @hideakitai for your great work on this library.
I submitted a issue a week ago and you help me to discover I have only an MPU6500 instead of a traditional mpu9250 (here #65 and here #52)
After some a little code review, lots os google searchs, looking for alternative libraries, I managed to change your library to work with only mpu6500.
In fact, I don't changed the code, I only completly removed the magnetometer code, then I revised the register map with the documentation of manufacturer of 6500 and when finishing, I added a new quarternion filter of Madwick that don't need magnetometer to calculate (https://www.enib.fr/~kerhoas/RESEAU_CAPTEURS_/code.txt/MadgwickAHRS.cpp, looks similar to yours).
All worked fine... except for the yaw axis:
Even after calibrating, and I tryied lots of calibrations, my Yaw always keeps "moving", like the sensor is slowing rotating.
I have no ideia if it is as know issue, that I can resolve with some parameter, or if it is a issue with my hardware.
Roll and pitch works correctly.
If anyone has any tip for me, I'll extremelly grateful
Thanks
(sorry my potato english)
The text was updated successfully, but these errors were encountered:
The fake/ghost yaw movement is not a constant, and its change when I change the sensor orientation.
It goes up, or down, in greater or lesser intensity.
I even placed the sensor in another location, thinking it might be an interference. But the problem persists.
paulosincos
changed the title
Help with a modified version of this lib
Help with a modified version of this lib (yaw axys issue)
Oct 6, 2021
paulosincos
changed the title
Help with a modified version of this lib (yaw axys issue)
Help with a modified version of this lib (yaw axis issue)
Oct 6, 2021
Hi,
First of all, thanks @hideakitai for your great work on this library.
I submitted a issue a week ago and you help me to discover I have only an MPU6500 instead of a traditional mpu9250 (here #65 and here #52)
After some a little code review, lots os google searchs, looking for alternative libraries, I managed to change your library to work with only mpu6500.
In fact, I don't changed the code, I only completly removed the magnetometer code, then I revised the register map with the documentation of manufacturer of 6500 and when finishing, I added a new quarternion filter of Madwick that don't need magnetometer to calculate (https://www.enib.fr/~kerhoas/RESEAU_CAPTEURS_/code.txt/MadgwickAHRS.cpp, looks similar to yours).
All worked fine... except for the yaw axis:
Even after calibrating, and I tryied lots of calibrations, my Yaw always keeps "moving", like the sensor is slowing rotating.
I have no ideia if it is as know issue, that I can resolve with some parameter, or if it is a issue with my hardware.
Roll and pitch works correctly.
If anyone has any tip for me, I'll extremelly grateful
Thanks
(sorry my potato english)
The text was updated successfully, but these errors were encountered: