You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``--server-id N`` means server with id N. When referencing the servers with ``ROS_DISCOVERY_SERVER``, server ``0`` must be in first place and server ``1`` in second place.
213
213
@@ -263,7 +263,7 @@ In different terminals, run the following code to establish a communication with
Use ``ROS_DISCOVERY_SERVER`` environment variable to decide which server they are connected to.
@@ -450,7 +450,7 @@ Therefore, this section is devoted to explain how to use ROS 2 CLI with ROS 2 Da
450
450
This will allow the Daemon to discover the entire Node graph, and to receive all topic and endpoint information.
451
451
To do so, a Fast DDS XML configuration file is used to configure the ROS 2 Daemon and CLI tools.
452
452
453
-
Below you can find a XML configuration profile, which for this tutorial should be saved in the working directory as ```super_client_configuration_file.xml``` file.
453
+
Below you can find a XML configuration profile, which for this tutorial should be saved in the working directory as ``super_client_configuration_file.xml`` file.
454
454
This file will configure every new participant using it, as a **Super Client**.
455
455
456
456
.. code-block:: xml
@@ -540,13 +540,13 @@ Then, instantiate a ROS 2 Daemon using the **Super Client** configuration (remem
0 commit comments