Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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

icm20649 imu support #7

Open
mvschaefer opened this issue Aug 26, 2024 · 1 comment
Open

icm20649 imu support #7

mvschaefer opened this issue Aug 26, 2024 · 1 comment

Comments

@mvschaefer
Copy link

i have installed the imuFilter library and have ported it to:

  • esp32
  • icm20649 6dof imu

I'm interested in learning more about the quaternion, but i can't find any relevant source code that defines the fields of the quat_t type.

  • where can i find the definition of quat_t?

thanks for the repository!

@RCmags
Copy link
Owner

RCmags commented Aug 27, 2024

Hi! Thanks for the kind comment.

The quaternion type of part of the vector_datatype class. In there you will find all its relevant fields in the quaternion_type.cpp file.

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
@mvschaefer @RCmags and others