Skip to content

Commit a5d8c60

Browse files
Update doc/debugging.rst
Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 28bb1ae commit a5d8c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ All the registered variables are published over 3 topics: ``~/introspection_data
9292
- The ``~/introspection_data/names`` topic publishes the names of the registered variables. This topic contains the names of the variables registered. This is only published every time a a variables is registered and unregistered.
9393
- The ``~/introspection_data/values`` topic publishes the values of the registered variables. This topic contains the values of the variables registered.
9494

95-
The topics ``~/introspection_data/full`` and ``~/introspection_data/values`` are always published on every update cycle asynchronously, provided that there is at least one Subscriber to these topics.
95+
The topics ``~/introspection_data/full`` and ``~/introspection_data/values`` are always published on every update cycle asynchronously, provided that there is at least one subscriber to these topics.
9696

9797
The topic ``~/introspection_data/full`` can be used to integrate with your custom visualization tools or to track the variables from the command line. The topic ``~/introspection_data/names`` and ``~/introspection_data/values`` are to be used for visualization tools like `PlotJuggler <https://plotjuggler.io/>`_ to visualize the data.
9898

0 commit comments

Comments
 (0)