Show EOL distros:
rqt: rqt_bag | rqt_bag_plugins | rqt_console | rqt_dep | rqt_graph | rqt_gui | rqt_gui_cpp | rqt_gui_py | rqt_image_view | rqt_logger_level | rqt_msg | rqt_nav_view | rqt_param | rqt_plot | rqt_pose_view | rqt_pr2_dashboard | rqt_publisher | rqt_py_common | rqt_py_console | rqt_robot_dashboard | rqt_robot_monitor | rqt_robot_steering | rqt_runtime_monitor | rqt_rviz | rqt_service_caller | rqt_shell | rqt_srv | rqt_tf_tree | rqt_topic | rqt_web
Package Summary
Documented
rqt_graph provides a GUI plugin for visualizing the ROS computation graph.
- Author: Dirk Thomas
- License: BSD
- Source: git https://github.com/ros-visualization/rqt.git (branch: fuerte-devel)
Contents
Overview
rqt_graph is the successor of rxgraph.
Topic statistics
New in ROS indigo
roscpp and rospy can measure certain statistics for every topic connection (see Topics for more details. This has to be enabled beforehand through:
$ rosparam set enable_statistics true
After that, rqt_graph will automatically annotate the ROS graph with statistics information.
Note: rqt_graph currently does not automatically update the statistics annotations. You have to hit the Refresh button to update them.
Example
This is an example of rqt_graph with statistics measurement enabled:
Legend:
- "5.0 Hz" indicates the observed publish frequency.
- // "110.0ms" indicates the average age of the message (might be very large when replaying bag files without simtime).
- line color: red marks a high average age, green a young age. The limits are normed to the ages observed in the ROS graph.
line thickness: A thick line means the connection has a large throughput in Bytes/s (e.g. an unfiltered PointCloud).