Closed mvschaefer closed 3 weeks ago
i have installed the imuFilter library and have ported it to:
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.
thanks for the repository!
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.
i have installed the imuFilter library and have ported it to:
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.
thanks for the repository!