-
Notifications
You must be signed in to change notification settings - Fork 16
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
About Orientation #14
Comments
Well, you need to figure out which direction is North in unity 3d and then
choose the sensor order accordingly into the Madwick filter.
…On Mon, Nov 27, 2017 at 4:14 AM, Bobur-kobilov ***@***.***> wrote:
Hi Kris,
Thank you a lot for the source code!
I implemented Madgwick source code with LSM9DS0 and the data that I get
are really good but I have a problem with aligning the sensor orientation
with global orientation. For instance, for visualization, I sent quaternion
data to unity 3d and when I move the sensor in pitch direction, in the
unity character is moving in yaw direction. Please could you help how to
feed quaternion values to 3d character
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qgstp8kjX2shQZaeiO0xcgSWIbECks5s6qfCgaJpZM4Qri_j>
.
|
Hi Kris, |
… On Tue, Nov 28, 2017 at 9:26 PM, Bobur-kobilov ***@***.***> wrote:
Hi Kris,
Thank you for you reply!
I have been wondering how I can calibrate LSMD90 IMU magnetometer
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGY1qvrAt90ZX4HLtyRtOBHuPZwDormYks5s7OrvgaJpZM4Qri_j>
.
|
Thank you kris! I implemented and calibration is working well!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Kris,
Thank you a lot for the source code!
I implemented Madgwick source code with LSM9DS0 and the data that I get are really good but I have a problem with aligning the sensor orientation with global orientation. For instance, for visualization, I sent quaternion data to unity 3d and when I move the sensor in pitch direction, in the unity character is moving in yaw direction. Please could you help how to feed quaternion values to 3d character
The text was updated successfully, but these errors were encountered: