-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Pangolin X11: Unable to retrieve framebuffer options #4
Comments
When do you get this error? |
@raulmur Thanks for your comment. when I just run the KITTI example, after loading vocabulary. I'm just wondering whether or not my virtual Ubuntu system doesn't connect to a real display, as I tested all Pangolin examples on Mac, all of them can work correct. So does Pangolin support virtual system running in Parallels, VirtualBox or VMware player? |
I got another notebook with Ubuntu install on real hardware, and followed all these steps, I could run these examples. So maybe Pangolin needs to a real display. BTW, your work is awesome, thanks for sharing. |
I finally got ORB_SLAM2 run successfully on my virtual Ubuntu system by commenting two lines of Pangolin as explained here. |
Feature/dead reckoning
Merge/orb slam 2 master 1
two quick fixes
Hello,
when I follow these steps to run KITTI monocular example, I get following error.
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Unable to retrieve framebuffer options
Aborted (core dumped)
I'm running it with Ubuntu running in Parallels on Mac.
What's the main reason for this issue?
Thanks.
The text was updated successfully, but these errors were encountered: