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

Are you referring to the following error message of catkin: https://github.com/ros/catkin/blob/groovy-devel/cmake/catkin_package.cmake#L214 ?

It uses the CMake variable ${PROJECT_NAME}_RUN_DEPENDS which is available after you invoked catkin_package() (or catkin_package_xml()). It provides all the keys for run_depend from the package.xml file.