-
Notifications
You must be signed in to change notification settings - Fork 823
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
Problems while running with Automotive Sequence #60
Comments
In the persistent problem, you say that features disappear and there is no logging error. Does ORB_SLAM/Frame say "TRACK LOST"? |
Hi Raul, the suggestion to play the Rosbag led to an improvement: now I’m not experiencing the previously described “feature detector sudden blackouts” However I’m still experiencing the following problems Feature Tracking ProblemDescriptionI had to keep the nFeature value at 2000 because at 1000 the feature tracking seems to be still failing (actually tracking seems to be performed on some features but only for a very low number of frames, probably only one, hence I assume no feature is considered stable and used as a map element) then no map is ever created. QuestionsHave you used different Visualizer crashDescriptionAfter some minutes of running, the RViz crashes with the following message terminate called after throwing an instance of 'Ogre::ItemIdentityException' It seems to be an Ogre specific problem (afaik the Ros dependency used as visualization engine) and after some search I have found rviz crash: terminate called after throwing an instance of 'Ogre::ItemIdentityException' The kind of error looks similar, the different lines could be due to the different Ogre Version (I’m using Ros Indigo with Ogre 1.8 while the reported issue is related to Ogre 1.7.4) WorkaroundI have tried to run the app deactivating all the RViz Options (Camera, Map Points, Keyframes, Graph) and I have not experienced any RViz crash. Moreover unfortunately I have not read any "Loop Closure Message" (the sequence contained a loop closure) hence, in the context of this workaround, I can not distinguish whether
QuestionsHave you experienced a similar problem while creating the videos you posted ? Which version of Ros and Ogre did you use (and tested) the system ? ExtraBtw if you prefer I can open different issues for these problems as they are (very likely to be) independent Thank you very much in advance |
Hi Raul,
thank you for the good job.
Basic Info
I’m using Ros Indigo on a Ubuntu 14.04
Problem
At the moment I have tested your code on the sequence inside the lab you provided and it worked well.
Now I am trying to use it on an automotive sequences (I have generated the Rosbags using your tool BagFromImages) and I have experimented an important performance degradation wrt the previous test: the results I have seen are significantly different from the KITTI test videos you posted.
The sequences I am working on should not be part of the “Failure Modes”
Could this problem be related to an incorrect
Settings.yaml
parametrization?Calibration params have been set correctly.
Images that I’m using have been previously dedistorted hence k1,k2,p1,p2 have been set to zero.
Camera.fps has been set according to the Rosbag fps creation param to 15 fps.
Without any further tuning, running the sequence seems to result in a failing feature tracking hence no map is created.
Tested Solution
I tried to fix the problem adjusting the following parameters: reducing ORBextractor.fastTh (less restrictive) and increasing ORBextractor.nFeatures (more features) and feature tracking starts working.
The map gets created and localization is performed.
Persistent Problem
After a couple of minutes of running, suddenly all the features disappear and never come back. No logging error message is written hence I have no clue about what the problem is.
As far as I know there is no way to recover from such a situation and I have to restart the app.
Thank you in advance for any help you could provide.
The text was updated successfully, but these errors were encountered: