You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository mixes two different things. Firstly, it contains platform-independent AHRS algorithms. Secondly, it integrates with tons of sensor drivers, enhancing the user experience with these drivers. However, anyone who is exclusively interested in the AHRS algorithms, the library ships with numerous undesired dependencies on Adafruit sensor drivers.
The text was updated successfully, but these errors were encountered:
brettaufheber
changed the title
The AHRS algorithms should live in their own repository
The AHRS algorithms should live in their own repository, away from driver dependencies and driver integration
Sep 14, 2023
agreed. i was able to use the AHRS code on its own my making a CMakeLists.txt file that build a library just of the various fusion files. seems weird that other sensor specific stuff is part of this project.
This repository mixes two different things. Firstly, it contains platform-independent AHRS algorithms. Secondly, it integrates with tons of sensor drivers, enhancing the user experience with these drivers. However, anyone who is exclusively interested in the AHRS algorithms, the library ships with numerous undesired dependencies on Adafruit sensor drivers.
The text was updated successfully, but these errors were encountered: