ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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" />
.