ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Note that dependencies are between packages or stacks, not nodes.
To list the dependencies of a package named foo
:
$ rospack depends foo
To list the packages that depend on foo
(directly or indirectly):
$ rospack depends-on foo