Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 committed Nov 28, 2024
1 parent 4642f08 commit 7a8b3c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ While this setup guarantees robust connectivity, it can also lead to network con
Fortunately, there are tools designed to address these scalability challenges, such as the `DDS Router <https://eprosima-dds-router.readthedocs.io/en/latest/>`__.
The |ddsrouter| Can encapsulate and route communications, allowing nodes in different domains or even separate LANs to exchange information without every node being directly connected.
This selective routing minimizes traffic, making it possible to maintain high performance even in complex distributed systems.
Basically, instead of communicating all the ROS 2 nodes in the same domain, separe them in different domains, enrouting the data through a |ddsrouter| with a a participant listening to the topics and another one transmiting them.
Basically, instead of communicating all the ROS 2 nodes in the same domain, separate them in different domains, routing the data through a |ddsrouter| with a a participant listening to the topics and another one transmitting them.
The following configuration file illustrate an example of |ddsrouter| setup:

.. code-block:: yaml
Expand All @@ -34,7 +34,7 @@ The following configuration file illustrate an example of |ddsrouter| setup:
kind: simple
domain: 0 # Publishers domain
- name: transmiting_participant
- name: transmitting_participant
kind: simple
domain: 1 # Subscribers domain
Expand Down

0 comments on commit 7a8b3c3

Please sign in to comment.