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

answered 2011-03-10 13:04:42 -0500

joq gravatar image

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