@@ -90,9 +90,9 @@ This is a minimal example that will perform a Publisher/Subscriber match and sta
9090.. code-block :: bash
9191
9292 goToExamples
93- cd dds/HelloWorldExample /bin
94- tmux new-session " ./DDSHelloWorldExample publisher 0 1000 " \; \
95- split-window " ./DDSHelloWorldExample subscriber" \; \
93+ cd hello_world /bin
94+ tmux new-session " ./hello_world publisher" \; \
95+ split-window " ./hello_world subscriber" \; \
9696 select-layout even-vertical
9797
9898 This example is not constrained to the current instance. It's possible to run several instances of this
@@ -101,16 +101,16 @@ container to check the communication between them by running the following from
101101.. code-block :: bash
102102
103103 goToExamples
104- cd dds/HelloWorldExample /bin
105- ./DDSHelloWorldExample publisher
104+ cd hello_world /bin
105+ ./hello_world publisher
106106
107107 or
108108
109109.. code-block :: bash
110110
111111 goToExamples
112- cd dds/HelloWorldExample /bin
113- ./DDSHelloWorldExample subscriber
112+ cd hello_world /bin
113+ ./hello_world subscriber
114114
115115 .. _fast_dds_suite_shapes_demo :
116116
@@ -165,11 +165,11 @@ DDS Router communicating both Domains.
165165.. code-block :: bash
166166
167167 goToExamples
168- cd dds/BasicConfigurationExample /bin
168+ cd configuration /bin
169169 tmux new-session \
170170 " ddsrouter --config-path /config.yml" \; \
171- split-window -h " ./BasicConfigurationExample publisher --domain 0 --interval 1000 --transport udp" \; \
172- split-window -v " ./BasicConfigurationExample subscriber --domain 1 --transport udp"
171+ split-window -h " ./configuration publisher --domain 0 --interval 1000 --transport udp" \; \
172+ split-window -v " ./configuration subscriber --domain 1 --transport udp"
173173
174174 eProsima DDS Router usage information can be found on the `DDS Router documentation
175175<https://eprosima-dds-router.readthedocs.io/en/latest/rst/getting_started/project_overview.html> `_.
0 commit comments