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

Revision history [back]

click to hide/show revision 1
initial version

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.)