Skip to content

Simple rqt-based ROS GUI for visualizing graphviz dotcode published over a ROS std_msgs/String topic.

Notifications You must be signed in to change notification settings

jbohren/rqt_dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rqt dot

This is a simple rqt-based ROS GUI for visualizing graphviz dotcode published over a ROS std_msgs/String topic.

Usage Example

First, open the rqt_dot GUI:

rosrun rqt_dot rqt_dot

Second, publish some dotcode from somewhere, like the command line:

rostopic pub -r 1 /dotcode std_msgs/String "data: digraph foo { a; b; a -> b; }"

Third, subscribe to a ROS topic by entering it by name and clicking the Subscribe button, and see the result:

You can stop updates by clicking again on the Subscribe button.

About

Simple rqt-based ROS GUI for visualizing graphviz dotcode published over a ROS std_msgs/String topic.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages