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

Revision history [back]

The following line is wrong:

    <node pkg = "hello_ros" type = "listener.py" name = "listener" output = "screen"/>

It should be:

    <node pkg = "hello_ros" type = "listener.py" name = "listener" output = "screen">

(note the extra / in your line)