Orb_slam2: ORB SLAM 2 hangs after the frames gets over

Created on 30 May 2018  路  5Comments  路  Source: raulmur/ORB_SLAM2

I have being using orb slam2 on TUM datasets. It starts normally but hangs after the images get over. I tested the same thing on my video, same behaviour. I have to kill the task to stop it.

I tried installing all the required libraries again, but it didn't help.
Using Ubuntu 16.04

screenshot from 2018-05-30 11-34-20

Most helpful comment

I solved the problem by referring to #547

All 5 comments

The frames are the inputs.
What do you expect when the program gets no more inputs?
When the program has nothing to work with, it pauses and waits

Or I might not be understanding your question.

Its the same mono_tum program in examples. It do not stops. Just hangs when the frames are over.

I've got the same error with the same dataset. Images are over, but ORB-SLAM has to do few more operations including save the KeyframeTrajectory.txt file so it should still run

@davide200294 But KeyframeTrajectory.txt file is not getting generated at all even after a long time since the last frame.
Was anyone able to obtain the KeyframeTrajectory.txt file?

I solved the problem by referring to #547

Was this page helpful?
0 / 5 - 0 ratings

Related issues

akashshar picture akashshar  路  4Comments

AbnerCSZ picture AbnerCSZ  路  4Comments

Andreluizfc picture Andreluizfc  路  4Comments

doryashar picture doryashar  路  6Comments

balzar29 picture balzar29  路  4Comments