Skip to content

Commit 5105db6

Browse files
Rearrange use cases list (#716)
* Rearrange use cases list Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Refs #20501: Rename title & Add video link Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> * Apply suggestion Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> Signed-off-by: cferreiragonz <carlosferreira@eprosima.com> Co-authored-by: cferreiragonz <carlosferreira@eprosima.com> Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com> (cherry picked from commit 63940f4) Co-authored-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com>
1 parent e8f7b5f commit 5105db6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/fastdds/use_cases/tcp/tcp_use_case.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ networks. When configured, UDP transport will exclusively be used during the :re
2525
taking advantage of the more reliable TCP/SHM for the remainder of the communication process. Fast DDS offers
2626
an extremely straightforward implementation for this mode through an environment variable, XML profiles or via code.
2727

28+
For a video demonstration showcasing a practical example of this configuration, please refer to:
29+
`Large Data communication with ROS 2
30+
<https://docs.vulcanexus.org/en/latest/rst/use_cases/large_data/large_data.html>`_.
31+
2832
Also, it is possible to enable TCP communication while using
2933
:ref:`discovery-server-use-case` to manage :ref:`discovery`.
3034

docs/fastdds/use_cases/tcp/tcp_with_multicast_discovery.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. _use-case-tcp-multicast:
55

6-
LARGE_DATA: TCP / SHM Communication with Multicast Discovery
7-
============================================================
6+
Large Data Mode
7+
===============
88

99
The following snippets show how to configure *Fast DDS* |DomainParticipants| to run the
1010
:ref:`PDP discovery<disc_phases>` phase over UDP multicast and communicate application data over a

docs/fastdds/use_cases/use_cases.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,16 @@ with distributed systems:
9595

9696
.. toctree::
9797
:maxdepth: 2
98+
:hidden:
9899

100+
/fastdds/use_cases/tcp/tcp_use_case.rst
99101
/fastdds/use_cases/wifi/wifi.rst
100102
/fastdds/use_cases/well_known_deployments/well_known_deployments.rst
101103
/fastdds/use_cases/large_data/large_data.rst
102104
/fastdds/use_cases/many_subscribers/many_subscribers.rst
103105
/fastdds/use_cases/realtime/realtime.rst
104106
/fastdds/use_cases/reduce_memory/reduce_memory.rst
105107
/fastdds/use_cases/zero_copy/zero_copy.rst
106-
/fastdds/use_cases/tcp/tcp_use_case.rst
107108
/fastdds/use_cases/unique_network_flows/unique_network_flows.rst
108109
/fastdds/use_cases/statistics_module/statistics_module.rst
109110
/fastdds/use_cases/dynamic_network_interfaces/dynamic_network_interfaces.rst

0 commit comments

Comments
 (0)