Remote Roslaunch Failure [closed]

asked 2012-07-18 14:32:16 -0500

David Lu gravatar image

Here's my launch file:

<launch>
    <machine name="mal" address="mal" />
    <node name="talker" pkg="rospy_tutorials" type="talker.py" machine="mal" />
</launch>

Here's the output.

started roslaunch server http://harris1:34739/
remote[mal-0] starting roslaunch
remote[mal-0]: creating ssh connection to mal:22
remote[mal-0]: ssh connection created
[mal-0] process has died
remote roslaunch failed to launch: mal

Full log file available here

This is running electric on the core machine (harris1, a PR2) over the PR2's wireless. Mal is running both diamondback and electric. An equivalent result is obtained when ros-root and ros-package-path are set.

<machine name="mal" address="mal" ros-root="/opt/ros/electric/ros/" ros-package-path="/home/dlu/wu-robotics:/opt/ros/electric/stacks" />

Why does the remote roslaunch fail to launch

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-03-26 18:26:53.484261

Comments

Do the log files show something interesting?

Lorenz gravatar image Lorenz  ( 2012-07-18 21:21:19 -0500 )edit

On line 33, the process dies, which is where the log diverges from successful logs.

David Lu gravatar image David Lu  ( 2012-07-19 07:12:17 -0500 )edit