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

I had to add the following two lines to make it work in their respective sections of the package.xml file:

<build_depend>message_runtime</build_depend>
<exec_depend>message_runtime</exec_depend>

Also working on the same tutorial. Hope this helps!