Replies: 2 comments
-
It's possible that What happens if you just run |
Beta Was this translation helpful? Give feedback.
-
I've opened issue #173 describing one of the possible causes of this issue. I'm moving this to a discussion since it's more of a question than an issue. I'll keep responding here as we work together to debug this. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to run the Space ROS Space Robots Demo Docker on a powerful headless server (hw2482) while displaying the Gazebo GUI on my local machine (delta).
Both hosts are running Ubuntu-desktop 24.04.1 LTS and can communicate via SSH.
Unfortunately I have been unable to accomplish my goal so far.
Here is what I tried:
On my local workstation (HW2228) I first log into the remote server using
ssh -Y hw2482
If I run some X client application on the server (for instance,
xlogo
orxeyes
), they are correctly displayed on my local machine:However, when I execute the following instructions (from https://github.com/space-ros/docker/tree/main/space_robots#running-the-demos) to run the container on the remote server
I get the
X11 connection rejected because of wrong authentication.
error as shown below:The error makes me believe that the
xhost +local:docker
command was not sufficient.Anybody has ever tried such use case?
What I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions