-
Notifications
You must be signed in to change notification settings - Fork 196
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
Yaw drift LSM6D3S #33
Comments
Hi @vlsireddy, I am using an MPU6050 with an Arduino Uno. I also observe a drift in the yaw values while the roll and pitch values are pretty stable. Have you found a solution that will compensate for the drift without using a magnetometer? |
Hi,
The experiment required accurate Yaw.
So I used a BNO055 9DoF with an Arm chip integrated sensor which does all
the Algo and gives out pure values. didn't pursue Yaw drift compensation
without magnetometer.
Thanks
…On Sun, Mar 13, 2022 at 12:05 AM Rutuparn Pawar ***@***.***> wrote:
Hi @vlsireddy <https://github.com/vlsireddy>, I am using an MPU6050 with
an Arduino Uno. I also observe a drift in the yaw values while the roll and
pitch values are pretty stable. Have you found a solution that will
compensate for the drift without using a magnetometer?
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4WSBTBHVRCP4UWCJNSYFTU7WATJANCNFSM5NQREOTQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@vlsireddy No worries. I was going through the MPU6050 datasheet and found that it has a built-in motion processor that does sensor data fusion. I'll try it out when I get the time. Thanks! |
Hi,
Thanks
The text was updated successfully, but these errors were encountered: