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 |
How can I visualize more than one node (namespace) with rxgraph? For example:
rxgraph --nodens={\node1 \node2 \node3}
I doubt it can do a list of namespaces, but you can run it in the root namespace (/
). Then it should see everything.
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.
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.
Asked: 2012-01-17 08:28:45 -0600
Seen: 527 times
Last updated: Jan 19 '12
Tutorial: Understanding a Topic: run rxgraph I got a nameError
How to change line color automatically in rxgraph?
Why do all nodes have to be linked to /rosout?
rosgraph unable to get node information in Fuerte
Messages lost between rospy and roscpp
rxgraph giving index out of range when turtlebot node starts
Potential problem of rxgraph under Ubuntu 12.04 fuerte?