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

Revision history [back]

Just run:

rxgraph -o rxgraph.dot
dot -T png -o output.png rxgraph.dot

Instead of PNG, you can use any output format supported by graphviz.