-
Notifications
You must be signed in to change notification settings - Fork 245
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
Covariance Matrix not Generated. #7
Comments
Yes, the current calibration does not generate the covariance matrix. For Kalman fusion, it will be estimated online. |
Hey @HongshiTan Thanks for your time! Could you explain what you mean by "estimated online"? Do you mean it will be generated while using the library in general using the calibration file? |
Hi, sorry for the delay, the calibration file does not contain the covariance matrix. Maybe you can send the detailed algorithm that you refer to so that I can identify the difference for you. |
Hi @HongshiTan. I'm sorry, I think there has been a miscommunication. What I meant to say/ask was, in your first comment you mentioned that for Kalman Fusion, the calibration will be "estimated online". I wanted to know what exactly you meant by "estimated online", and can I use that covariance matrix? Because, in my usage the covariance matrix is always shown to be empty, and I cannot see online generated covariance matrix anywhere. I am not referring to any detailed algorithm. Thanks in Advance! |
Hi @adityasivaraj. I believe you are looking for this matrix: RTIMULib2/RTIMULib/RTFusionKalman4.h Line 66 in e005545
Which gets updated in this function: RTIMULib2/RTIMULib/RTFusionKalman4.cpp Line 132 in e005545
However, I don't think there's any way of accessing this matrix without modifying the code. |
Hello @HongshiTan, @adityasivaraj and @SivertHavso. |
After calibrating either using RTQF or Kalman, covariance matrix is not generated. I have tried calibration both through RTIMULibCal and RTIMUDemoGL, and the RTIMULib.ini generated does not contain the covariance matrix for linear acceleration, orientation and angular velocity. Does this library generate the covariance matrices or should it be filled in through some other method?
The text was updated successfully, but these errors were encountered: