Skip to content

Commit d94126e

Browse files
authored
Quality of Service tutorial doc update. (#4438)
Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent 29f4464 commit d94126e

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

source/Tutorials/Demos/Quality-of-Service.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,22 @@ In this window, you'll see terminal output:
9999

100100
.. code-block:: bash
101101
102-
Publishing image #1
103-
Publishing image #2
104-
Publishing image #3
102+
[INFO] [1715662452.055277255] [cam2image]: Publishing image #1
103+
[INFO] [1715662452.119336061] [cam2image]: Publishing image #2
104+
[INFO] [1715662452.187315139] [cam2image]: Publishing image #3
105105
...
106106
107107
A window will pop up with the title "view" showing your camera feed.
108108
In the first window, you'll see output from the subscriber:
109109

110110
.. code-block:: bash
111111
112-
Received image #1
113-
Received image #2
114-
Received image #3
112+
[INFO] [1715662452.188906764] [showimage]: Received image #camera_frame
113+
Received image #camera_frame
114+
[INFO] [1715662452.252836919] [showimage]: Received image #camera_frame
115+
Received image #camera_frame
116+
[INFO] [1715662452.320878578] [showimage]: Received image #camera_frame
117+
Received image #camera_frame
115118
...
116119
117120
.. note::
@@ -147,9 +150,9 @@ Add network traffic
147150

148151
.. warning::
149152

150-
This section of the demo won't work on RTI's Connext DDS.
151-
When running multiple nodes in the same host, the RTI Connext DDS implementation uses shared memory along with the loopback interface.
152-
Degrading the loopback interface throughput won't affect shared memory, thus traffic between the two nodes won't be affected.
153+
This section of the demo wont work on RTIs Connext DDS and Fast-DDS.
154+
When running multiple nodes in the same host, the those DDS implementation use shared memory along with the loopback interface.
155+
Degrading the loopback interface throughput wont affect shared memory, thus traffic between the two nodes wont be affected.
153156

154157
.. note::
155158

0 commit comments

Comments
 (0)