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 node name you use in roslaunch should be the executable name; not the source file name.

Try it without the .cpp:

<node name="turtlebot_coordinates" pkg="xy_pos" type="turtlebot_coordinates" output="screen"> </node>

The node name you use in roslaunch should be the executable name; not the source file name.

Try it without the .cpp:

<node name="turtlebot_coordinates" pkg="xy_pos" type="turtlebot_coordinates" output="screen"> output="screen">
</node>