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

The AHRS algorithms should live in their own repository, away from driver dependencies and driver integration #33

Open
brettaufheber opened this issue Sep 14, 2023 · 1 comment

Comments

@brettaufheber
Copy link

brettaufheber commented Sep 14, 2023

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.

@brettaufheber 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
@bruceoberg
Copy link

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.

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

2 participants