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

try adding this in package.xml

<run_depend>roscpp</run_depend>

try adding this in package.xml

<run_depend>roscpp</run_depend>

or

You can try editing these lines in cmake file from:

catkin_package(CATKIN_DEPENDS roscpp std_msgs )

to

catkin_package()