how to launch RVIZ on a remote machine?

asked 2018-02-06 14:43:44 -0500

chanhyeoni gravatar image

So far no one has answered to this question.

I have the following <node> part of my roslaunch file that calls machine names host and calls the package rviz.

<node machine="host" pkg="rviz" name="rviz" type="rviz />

however I got the following error.

QXcbConnection: Could not connect to display

or is there no way to launch the rviz remotely? Let me know.

edit retag flag offensive close merge delete