-
Notifications
You must be signed in to change notification settings - Fork 507
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
Question about covariance of odometry #179
Comments
The problem might caused by the inaccurate Init covariance parameters u'v set. Have you changed the reference parameters in rovio.yaml to your ZR300 parameters |
Thank you for your comment. I will explain the situation in detail. Is there anything I can do for the phenomenon that the covariance becomes too large? If I want covariance from the previous sampling time, how can I handle it? Could someone give me advice again? Thank you. |
That is an interesting observation and that could also be a Rovio error. One issues could also be that you do not excite certain directions in your state space sufficiently when moving in a straight line and thus you get the divergence -> could do a similar experiment where you move in a zigzag motion forward (maybe including some slight rotations). Also, what covariances do grow exactly? is it only the one on position and yaw? if yes this should not affect the feature tracking in any way since it does not depend on position/yaw. |
I'm sorry for replying late. thank you for your comment. Thank you very much. |
Hello, I am new to Rovio and came across this question. I am trying to figure out what the covariance matrix values mean and why they are 6x6 in the published topic /rovio/posewithcovariancestamped. Is there some literature I can read to find out exactly what they do? |
Hello.
I have some questions about covariance of odometry. In my environment, if I move the sensor about 30m, the covariance of odometry becomes very large. And when the covariance becomes large, rovio can not extract the feature points, and finally the self position diverges. So I would like to ask the following questions.
Could someone give me advice? Thank you.
The text was updated successfully, but these errors were encountered: