ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

rxgraph with multiple namespace

asked 2012-01-17 08:28:45 -0500

tiko gravatar image

updated 2012-01-18 14:32:58 -0500

kwc gravatar image

How can I visualize more than one node (namespace) with rxgraph? For example:

rxgraph --nodens={\node1 \node2 \node3}
edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2012-01-17 09:50:02 -0500

joq gravatar image

I doubt it can do a list of namespaces, but you can run it in the root namespace (/). Then it should see everything.

edit flag offensive delete link more

Comments

joq is correct, the feature requested is not implemented, unless I implemented it by accident. If you really need this feature, the source is there for hacking.
kwc gravatar image kwc  ( 2012-01-18 14:34:20 -0500 )edit
0

answered 2012-01-19 21:35:19 -0500

felix k gravatar image

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.

edit flag offensive delete link more
0

answered 2012-01-18 03:58:20 -0500

tiko gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-17 08:28:45 -0500

Seen: 553 times

Last updated: Jan 19 '12