-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the IMU relative frame respect to the absolute of the earth #361
Comments
Yeah, don't understand this comment since the whole point of 9 DoF sensor
fusion is absolute orientation estimation. Absolute means wrt to gravity
and true north. The frame if done properly is the global Earth frame so
that the heading,pitch, and roll always read the same when the sensor is in
the same orientation.
I suspect one or more of three common problems: 1) not running the sensor
fusion fast enough, 2) no properly calibrating the sensors, 3) not feeding
the sensor fusion the data in the proper order, or all three.
…On Tue, Apr 23, 2019 at 5:38 PM cwarrior777 ***@***.***> wrote:
Hello Kris,
First of all thank you for this amazing code!
After dealing with the calibration of the magnetometer, I have encountered
the drawback of the absolute frame on which the IMU is referenced.
I am using the program MPU9250_MS5611_BasicAHRS_t3.ino, but I can not find
in what point of the code you fix what is the relative frame with respect
to the absolute picture.
I ask you this since I want to save an unique relative frame, because
every time I initialize the serial monitor with my IMU in a different
position it sets that initial position as absolute affecting the true
measurement I'm looking for, I really do not know at what point and how can
I save the relative frame from the desired position so that my sensor
already starts referencing.
Regards!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#361>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTDLKU6B62VULCNKA75P2TPR6T2DANCNFSM4HH7NPHA>
.
|
Hi Kris, Regarding your recommendations, it may be true that I have to improve my MCU, since I am using an Arduino Mega to perform all operations with quaternions. Regards! |
Hello Kris,
First of all thank you for this amazing code!
After dealing with the calibration of the magnetometer, I have encountered the drawback of the absolute frame on which the IMU is referenced.
I am using the program MPU9250_MS5611_BasicAHRS_t3.ino, but I can not find in what point of the code you fix what is the relative frame with respect to the absolute picture.
I ask you this since I want to save an unique relative frame, because every time I initialize the serial monitor with my IMU in a different position it sets that initial position as absolute affecting the true measurement I'm looking for, I really do not know at what point and how can I save the relative frame from the desired position so that my sensor already starts referencing.
Regards!
The text was updated successfully, but these errors were encountered: