ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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)