rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.06k stars 616 forks source link

Different Results When Testing The Same Dataset #308

Closed SueMM00 closed 1 year ago

SueMM00 commented 1 year ago

Hi, I'm trying to test ov_msckf by using my own dataset (recorded rosbag) When I test using the same dataset and same parameters, the trajectory shown on rviz can be quite different. Sometimes the trajectory is correct, but sometimes it drifts quite seriously. May I know what could be the problem and is there a way to solve it?

goldbattle commented 1 year ago

It is near impossible for me to help in anyway with your own sensors and this situation. My recommendation is to check that your calibration is of good quality, you have good feature tracking, you have calibrated your IMU noises and it is of reasonable quality. Maybe you are hitting some computational limit of your computer (which can cause divergence sometimes), but I am not sure.

SueMM00 commented 1 year ago

Thank you for your suggestion, it was due to incorrect calibration, and the problems is fixed now. Thank you very much again for making this great project! :)