How to run rviz on docker container using remote access with ssh (x11) [closed]
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?
I clear this issue. And I upload the result on the github.