Skip to content
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

Coordinate convention for IMU #71

Open
deeplycloudy opened this issue Dec 11, 2022 · 1 comment
Open

Coordinate convention for IMU #71

deeplycloudy opened this issue Dec 11, 2022 · 1 comment

Comments

@deeplycloudy
Copy link

deeplycloudy commented Dec 11, 2022

The LSM9DS1 has a right-handed convention for the magnetometer coordinate system and left-handed for the accelerometer and gyro. This results in x pointing in different directions, while y and z are always the same.
947FB6F1-490E-4168-A6CC-3FBA74D00A7B

If I’m locating pin one correctly, it looks like -y always points to the top of the card for all three sensors.
EFM rotating digital board

Is this common to all IMUs? I’d like to put the right cautionary language in the signal processing code should the IMU change some day.

Suggest noting these facts in the readme or another doc location.

@jrleeman
Copy link
Contributor

jrleeman commented Jan 8, 2023

Based on other IMU datasheets (I just picked a few) I don't think it is universal. It appears to be pseudo-random. Goodie.

BNO08X

image

ISM330DHCX, MMC5983MA Combo

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants