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

It is new convention in catkin package format 2. Basically the <run_depend> tag was replaced by <exec_depend>.

Have a look at the documentation here and migration guide from format 1 to format 2 here.

It is new convention in catkin package format 2. Basically the <run_depend> tag was replaced by <exec_depend>.

Have To define format 2 package replace <package> tag in your package.xml file with <package format="2">.

For more information have a look at the documentation here and migration guide from format 1 to format 2 here.