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

Raw IMU data #5

Open
OOJJHHLL opened this issue Mar 15, 2023 · 3 comments
Open

Raw IMU data #5

OOJJHHLL opened this issue Mar 15, 2023 · 3 comments

Comments

@OOJJHHLL
Copy link

I'm using this library for IMU testing, and I want to read both the accelerometer data and gyroscope data as raw data. This library only provides the converted data. Is there a way i can read both raw and converted data with this library?

@flybrianfly
Copy link
Member

What do you mean by raw and converted?

@TheRedstoneHive
Copy link

What do you mean by raw and converted?

It is transformed to a right hand coordinate system (with z axis positive down) which is not what everyone wants.

@geoeo
Copy link

geoeo commented Jan 9, 2024

I had the same problem. Remove any references to these tx, ty, tz values. https://github.com/bolderflight/bmi088-arduino/blob/main/src/BMI088.h#L171

Then you have the vanilla sensor data

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

4 participants