rxgraph with multiple namespace
How can I visualize more than one node (namespace) with rxgraph? For example:
rxgraph --nodens={\node1 \node2 \node3}
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I doubt it can do a list of namespaces, but you can run it in the root namespace (/
). Then it should see everything.
The root namespace is too occupied. I thought that it would be nice for documetation, to see only a few interesting nodes and thier links.
If for documentation only, you may use rxgraph to convert each needed namespace to a graphviz dot file, see usage: http://ros.org/wiki/rxgraph
Then you might merge those (simple, readable) dot files into one, and convert it to pdf afterwards.
Asked: 2012-01-17 08:28:45 -0600
Seen: 749 times
Last updated: Jan 19 '12