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

Sensor-fusion #7

Open
takujin3 opened this issue Dec 14, 2021 · 5 comments
Open

Sensor-fusion #7

takujin3 opened this issue Dec 14, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@takujin3
Copy link

What we need to do is put Joe's code and take Travis' library out of the firmware.
It also needs some configuring and testing to see if it works.

@DocSunset
Copy link
Contributor

Just curious where I may review Joe's code to compare with my own. There may be simpler solutions than throwing out my sensor fusion and calibration code.

@malloch
Copy link
Member

malloch commented Jan 3, 2022

@DocSunset https://github.com/malloch/Arduino_IMU (on GitHub since 2013)

@malloch
Copy link
Member

malloch commented Jan 3, 2022

Looking at the firmware in this repo, the magnetometer gain k_m is initialized to zero (IMU.ino line 13) so no big surprise that azimuth is not calculated properly!

@DocSunset
Copy link
Contributor

Thank @malloch. I believe the magnetometer is initially turned off because the sensors we were using last time I looked at this firmware were worse than useless unless calibrated beforehand (e.g. causing severe yaw drift due to sensor bias). My python scripts for calibrating the sensor have some severe usability shortcomings though, and are possibly just generally broken as I last left them in the middle of some extensive refactoring... if/when I get a T-Stick running in France I plan to revisit them and get things working properly.

@takujin3
Copy link
Author

takujin3 commented Jun 7, 2022

Hello @malloch @DocSunset ! Let me know whenever you made some improvements on this issue. It would be great if the problem could be solved by the end of September or so since I am wondering to use the yaw data during the workshop planned for Fall 2022 and/or Winter 2023. Thanks for your work!

@takujin3 takujin3 changed the title exact yaw data not detected Sensor-fusion Oct 10, 2022
@aburt2 aburt2 added the bug Something isn't working label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants