Robotics StackExchange | Archived questions

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

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 rqtgraph, rqtplot, 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?

Asked by harderthan on 2018-12-20 10:27:12 UTC

Comments

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

Asked by harderthan on 2019-01-31 09:06:54 UTC

Answers