ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.