You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Tutorials/Advanced/Topic-Statistics-Tutorial/Topic-Statistics-Tutorial.rst
+9-13
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Enabling topic statistics (C++)
18
18
Background
19
19
----------
20
20
21
-
This is a short tutorial on how to enable topic statistics in ROS 2 and view the published statistics output using command line tools (:doc:`ros2topic<../../Beginner-CLI-Tools/Understanding-ROS2-Topics/Understanding-ROS2-Topics>`).
21
+
This is a short tutorial on how to enable topic statistics in ROS 2 and view the published statistics output using command line tools (:doc:`ros2 topic<../../Beginner-CLI-Tools/Understanding-ROS2-Topics/Understanding-ROS2-Topics>`).
22
22
23
23
ROS 2 provides the integrated measurement of statistics for messages received by any subscription,
24
24
called Topic Statistics.
@@ -95,7 +95,7 @@ Open the file using your preferred text editor.
95
95
// configure the topic name (default '/statistics')
0 commit comments