ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

In order to add a new dependency to an existing package, just edit the package's manifest.xml file.

You'll have to add a line like <depend package="package_name" />.

For example, to add a dependency to rospy, you would add the line <depend package="rospy" />.