ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

By default a ssh connection does not allow any graphical interface to be displayed. To allow this you have to add the -X argument to the connection.

It should be something like

ssh -X thinker.local -l think

Then you will be able to open any GUI.

Regards,