@@ -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.
108108In 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 won’ t work on RTI’ s 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 won’ t affect shared memory, thus traffic between the two nodes won’ t be affected.
153156
154157.. note ::
155158
0 commit comments