Open Mechazo11 opened 2 years ago
https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/master/Examples/Monocular/mono_euroc.cc#L83
The last arg needs to be true
as that sets bUseViewer
- https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/master/src/System.cc#L42
I had the same problem. Solved it with @kegsay's method, thanks!
Dear Authors,
Good afternoon. Thank you very much for supporting open-source research on localization and mapping of mobile robots by making your latest version of ORB-SLAM3 open-source.
I plan on using this system as a benchmarking tool against a new method we are working on.
To understand how the system ingests data to produce VO estimates we are using the MH01 dataset from EuRoc. However when we invoke the command [Note, the Dataset directory was placed in the /home directory for convenience]
I can see that the system is cycling through the frames in the image sequence (I activated a line that prints out the timestep) but no visualization window (one showing 3D movement and the other showing ORB keypoints) is coming up.
Our system configuration is as follows
My questions are the following
Some notes
Any help and suggestions in getting the visualization load up when the system works would be highly appreciated.
With best regards, Azmyin Md. Kamal, Ph.D. student, ICORE robotics lab, LSU Baton Rouge, LA-70803