diff --git a/source/Tutorials/Advanced/Discovery-Server/Discovery-Server.rst b/source/Tutorials/Advanced/Discovery-Server/Discovery-Server.rst index bf4aa6397c3..9889b3b0414 100644 --- a/source/Tutorials/Advanced/Discovery-Server/Discovery-Server.rst +++ b/source/Tutorials/Advanced/Discovery-Server/Discovery-Server.rst @@ -111,7 +111,7 @@ In a new terminal, set the environment variable ``ROS_DISCOVERY_SERVER`` to the export ROS_DISCOVERY_SERVER=127.0.0.1:11811 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -139,7 +139,7 @@ Open a new terminal and set the ``ROS_DISCOVERY_SERVER`` environment variable as export ROS_DISCOVERY_SERVER=127.0.0.1:11811 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -218,7 +218,7 @@ In several terminals, run the following code to establish a communication with r export ROS_DISCOVERY_SERVER="127.0.0.1:11811;127.0.0.1:11888" ros2 run demo_nodes_cpp talker --ros-args --remap __node:=talker - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -234,7 +234,7 @@ In several terminals, run the following code to establish a communication with r export ROS_DISCOVERY_SERVER="127.0.0.1:11811;127.0.0.1:11888" ros2 run demo_nodes_cpp listener --ros-args --remap __node:=listener - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -268,7 +268,7 @@ In different terminals, run the following code to establish a communication with export ROS_DISCOVERY_SERVER="127.0.0.1:11811" ros2 run demo_nodes_cpp talker --ros-args --remap __node:=talker - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -284,7 +284,7 @@ In different terminals, run the following code to establish a communication with export ROS_DISCOVERY_SERVER="127.0.0.1:11811" ros2 run demo_nodes_cpp listener --ros-args --remap __node:=listener - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -333,7 +333,7 @@ Now, run each node in a different terminal. Use ``ROS_DISCOVERY_SERVER`` environ export ROS_DISCOVERY_SERVER="127.0.0.1:11811;127.0.0.1:11888" ros2 run demo_nodes_cpp talker --ros-args --remap __node:=talker_1 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -349,7 +349,7 @@ Now, run each node in a different terminal. Use ``ROS_DISCOVERY_SERVER`` environ export ROS_DISCOVERY_SERVER="127.0.0.1:11811;127.0.0.1:11888" ros2 run demo_nodes_cpp listener --ros-args --remap __node:=listener_1 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -365,7 +365,7 @@ Now, run each node in a different terminal. Use ``ROS_DISCOVERY_SERVER`` environ export ROS_DISCOVERY_SERVER="127.0.0.1:11811" ros2 run demo_nodes_cpp talker --ros-args --remap __node:=talker_2 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -381,7 +381,7 @@ Now, run each node in a different terminal. Use ``ROS_DISCOVERY_SERVER`` environ export ROS_DISCOVERY_SERVER=";127.0.0.1:11888" ros2 run demo_nodes_cpp listener --ros-args --remap __node:=listener_2 - .. group-tab:: Windows + .. group-tab:: Windows .. code-block:: console @@ -476,34 +476,83 @@ First of all, instantiate a Discovery Server using `Fast DDS CLI