<> <> <> == Tools == [[rospack]] parses and retrieves information from `package.xml` files. For example, {{{rospack depends package-name}}} will tell you all of the dependencies of `package-name` (use `depends1` to retrieve the direct dependencies). == Client Library Support == In Python, you can use the [[rospkg]] library to load manifest information.