-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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. |
@DocSunset https://github.com/malloch/Arduino_IMU (on GitHub since 2013) |
Looking at the firmware in this repo, the magnetometer gain |
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. |
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! |
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.
The text was updated successfully, but these errors were encountered: