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 add the line message_runtime to catkin_package e.g.

catkin_package(
    CATKIN_DEPENDS
    message_runtime
)

BTW, you should also add to the package.xml file the following line

 <run_depend>message_runtime</run_depend>