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

Can I used the library with two IMU #17

Closed
viatto opened this issue May 18, 2022 · 1 comment
Closed

Can I used the library with two IMU #17

viatto opened this issue May 18, 2022 · 1 comment

Comments

@viatto
Copy link

viatto commented May 18, 2022

I'm implementing a device based on two IMUs, I was wondering if I can use the madgwick function update for both the sensors contemporaneously.

@xioTechnologies
Copy link
Owner

Each instance of the algorithm is compatible with only one IMU. If you have multiple IMUs then each IMU would require a separate instance of the algorithm, each providing a sperate measurement of orientation.

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