How to run rviz on docker container using remote access with ssh (x11) [closed]

asked 2018-12-20 09:27:12 -0500

harderthan gravatar image

Hello, I'm Kim.

I have make a remote access rviz system using docker.

[PC1]Client ---->(SSH,X11)----> [PC2]Server ---->(SSH,X11)----> [PC2]Container

When I run some application like rqt_graph, rqt_plot, it is working good.
But, on Rviz case, it is not working. Its command make below log.

// LOG

rviz::RenderSystem: error creating render window: OGRE EXCEPTION(3:RenderingAPIException): Unable to create a suitable GLXContext in GLXContext::GLXContext at /build/ogre-1.9-mqY1wq/ogre-1.9-1.9.0+dfsg1/RenderSystems/GL/src/GLX/OgreGLXContext.cpp (line 61)  
[ERROR] [1545318584.199113998]: Unable to create the rendering window after 100 tries.  
terminate called after throwing an instance of 'std::logic_error'  
what():  basic_string::_M_construct null not valid    
Aborted (core dumped)

Is there any image for remote access X11?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by harderthan
close date 2019-01-31 08:07:40.282697

Comments

I clear this issue. And I upload the result on the github.

harderthan gravatar image harderthan  ( 2019-01-31 08:06:54 -0500 )edit