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

Are there useful utilities for visualizing rosgraphs? [closed]

asked 2012-10-02 02:19:49 -0500

SL Remy gravatar image

updated 2012-10-25 04:30:14 -0500

--Just in case there are others, and for those who may have missed some of the tools that do exist--


Are there any useful tools to help visualize a ROS computation graph? (Or to generate nice pictures for papers based on these graphs?)

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by SL Remy
close date 2013-08-06 08:15:44

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-10-02 02:26:28 -0500

SL Remy gravatar image

I've seen that people use rxgraph, but often don't realize they can also use xdot to generate images from a saved .dot file.

roslaunch somepkg somefilename.launch
rxgraph -o somefilename.dot
rosrun xdot xdot.py somefilename.dot

(And you can edit somefilename.dot in realtime which I think is a useful way to generate figures that fit the needs of a paper or a presentation.)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-02 02:19:49 -0500

Seen: 197 times

Last updated: Oct 25 '12