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

[Firmware] Implement basic bmi160 support #120

Closed
TheButlah opened this issue Dec 31, 2022 · 2 comments
Closed

[Firmware] Implement basic bmi160 support #120

TheButlah opened this issue Dec 31, 2022 · 2 comments
Labels
Area: Firmware Relating to the firmware subprojct Type: Enhancement A new feature or improvement

Comments

@TheButlah
Copy link
Collaborator

#116 added a basic imu implementation which reads the gyro velocity from the bmi. However, we should be using rotational position rather than velocity, so we need to integrate or use sensor fusion.

Also, we need to test that the math of the conversion on velocity and to euler angles actually made sense.

@TheButlah TheButlah added Area: Firmware Relating to the firmware subprojct Type: Enhancement A new feature or improvement labels Dec 31, 2022
@TheButlah
Copy link
Collaborator Author

#176 and #173 added the first fusion algorithm, DCM. But It doesn't seem to be working. Most likely the axes need to be reordered.

@TheButlah
Copy link
Collaborator Author

It looks like this is actually working properly after all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Firmware Relating to the firmware subprojct Type: Enhancement A new feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant