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

You need to have a look at the launch file xml format for node. The line

<node name="state_publisher" pkg="r2d2" type="state_publisher" />

is likely your problem. Change type="state_publisher" to type="<insert your executable name here>"