Remote Roslaunch Output to Local Monitor [closed]
Is there a way to get the output from remote processes launched on a different machine to display on the console in which it was launched?
I am launching my remote processes like so:
<launch>
<node machine="remote_robot" name="robot_node" type="robot_node" pkg="robot_node" output="screen" />
</launch>
I have seen the previous post here. Which basically said that the only options are rxconsole for proper ros outputs (which my wrapper is not able to use). It also spoke about remote X11 session, which is interesting however I was unable to find any more information after digging into the thread history.