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

snapshotting rxgraph

asked 2011-12-21 10:55:30 -0500

130s gravatar image

Since I believe there must have been discussion about this topic already but haven't found sound solution/workaround so far, now I ask.

What would be better way to preserve rxgraph output than just taking screenshot image file, when the graph gets large? My concern is as follows but not limiting to them:

  • All nodes appear in a file?
  • Name of nodes legible?
  • Topic name along with the connection b/w nodes legible?

What I do always is not the best at all. Take a screenshot of the whole graph and magnify on image viewers (for sharing purpose I use picasaweb often). Apparently I need better solution. Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-12-22 17:27:30 -0500

tfoote gravatar image

You could use the -o option to have it dump to a dot file and then you can render it afterwords using your preferred dot renderer such as graphviz.

I don't know the specific timing of the writing of the dot file, I would expect it to do so immediately after receiving the graph description from the master.

edit flag offensive delete link more

Comments

I have used the dot file output before. If you save it in .svg format then you can create a .png with arbitrarily high resolution (up to a reasonable amount) so that everything is legible.
Thomas D gravatar image Thomas D  ( 2011-12-23 01:09:25 -0500 )edit

Question Tools

Stats

Asked: 2011-12-21 10:55:30 -0500

Seen: 679 times

Last updated: Dec 22 '11