imuFilter icon indicating copy to clipboard operation
imuFilter copied to clipboard

icm20649 imu support

Open mvschaefer opened this issue 1 year ago • 1 comments
trafficstars

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!

mvschaefer avatar Aug 26 '24 23:08 mvschaefer

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.

RCmags avatar Aug 27 '24 16:08 RCmags