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

Stuck initializing when using personal rosbag #322

Closed ergys00 closed 1 year ago

ergys00 commented 1 year ago

I'm using a Realsense T265, I recorded a rosbag where I make some movements and when i try to run ov_mscfk it doesn't initialize. When I try to use the camera live it works and initializes but the problem is the use of a rosbag. D

goldbattle commented 1 year ago

There should be nothing different then processing a rosbag verses a live sensor. From the looks of it, it seems that the platform is moving (large disparity), which will prevent static initialization.

ergys00 commented 1 year ago

Thanks, that was the problem