Skip to content
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: Invalid GLX version. Require GLX >= 1.3 #39

Open
zsy372901 opened this issue Mar 11, 2016 · 4 comments
Open

Pangolin X11: Invalid GLX version. Require GLX >= 1.3 #39

zsy372901 opened this issue Mar 11, 2016 · 4 comments

Comments

@zsy372901
Copy link

My work circumstance is Windows8.1, so I use VNC View to connect a computer installed ubuntu 14.04 to test ORB_SLAM2 project. However, after I run the command:"rosrun ORB_SLAM2 RGBD ORBvoc.txt settings.yaml", terminal displays these follewing warning:
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Invalid GLX version. Require GLX >= 1.3
Aborted (core dumped)

@ManyuChang
Copy link

ManyuChang commented Jul 5, 2016

Have you solved the issue?

@zsy372901
Copy link
Author

@ManyuChang
You can use "nomachine" as the desktop viewer

@kongan
Copy link

kongan commented Aug 23, 2016

@zsy372901
can you say more clearly ?

@fabrice-ducos
Copy link

You can use the glxinfo command line tool to check which versions of the GLX API are available for your server and client machines. You must ensure that both endpoints support GLX >= 1.3. Especially, if you use the free version of Xming as your X-Server on Windows, you will never get more than GLX 1.2. You can try to replace it with VCXSRV, also free and open-source, but updated for GLX 1.4.

You can also look at this link:

sxyu/volrend#8 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants