Orb_slam2: Pangolin X11: Unable to retrieve framebuffer options

Created on 28 Jan 2016  路  4Comments  路  Source: raulmur/ORB_SLAM2

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.

Most helpful comment

I finally got ORB_SLAM2 run successfully on my virtual Ubuntu system by commenting two lines of Pangolin as explained here.

https://github.com/stevenlovegrove/Pangolin/issues/74#issuecomment-178248684

All 4 comments

When do you get this error?

@raulmur Thanks for your comment.

when I just run the KITTI example, after loading vocabulary.
I look into the Pangolin code, it seems that glXChooseFBConfig returned a NULL pointer in CreateX11Window().

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.

https://github.com/stevenlovegrove/Pangolin/issues/74#issuecomment-178248684

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nik13 picture nik13  路  5Comments

jinfagang picture jinfagang  路  4Comments

DEQDON picture DEQDON  路  3Comments

doryashar picture doryashar  路  6Comments

lokeshluckybisht picture lokeshluckybisht  路  5Comments