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

Revision history [back]

click to hide/show revision 1
initial version

The problem is that you're not launching a node by

  1. using a <node> tag
  2. including a launch file by using an <include> tag that does launch a node

If you look at your answer, you'll see that you're using method number 2.