From 6e51b1ed16ba4d5fd93887500018656f2147986c Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Tue, 26 Mar 2024 09:03:20 +0100 Subject: [PATCH] Update .repos and docs links Signed-off-by: Raul Sanchez-Mateos --- ddsrecordreplay.repos | 12 ++++++------ .../blackbox/mcap/resources/helloworld_file_info.md | 2 +- .../mcap/resources/helloworld_withtypes_file_info.md | 2 +- .../developer_manual/installation/sources/linux.rst | 4 ++-- .../installation/sources/windows.rst | 4 ++-- docs/rst/tutorials/dynamic_types.rst | 10 +++++----- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ddsrecordreplay.repos b/ddsrecordreplay.repos index 8372b3a90..52ea056ea 100644 --- a/ddsrecordreplay.repos +++ b/ddsrecordreplay.repos @@ -2,24 +2,24 @@ repositories: foonathan_memory_vendor: type: git url: https://github.com/eProsima/foonathan_memory_vendor.git - version: master + version: v1.3.1 fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: master + version: v2.2.0 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: bugfix/complex-dynamic-types + version: v2.14.0 dev-utils: type: git url: https://github.com/eProsima/dev-utils.git - version: main + version: v0.6.0 ddspipe: type: git url: https://github.com/eProsima/DDS-Pipe.git - version: main + version: v0.4.0 ddsrecordreplay: type: git url: https://github.com/eProsima/DDS-Record-Replay.git - version: main + version: v0.4.0 diff --git a/ddsreplayer/test/blackbox/mcap/resources/helloworld_file_info.md b/ddsreplayer/test/blackbox/mcap/resources/helloworld_file_info.md index 8bfbf873e..cfee90e18 100644 --- a/ddsreplayer/test/blackbox/mcap/resources/helloworld_file_info.md +++ b/ddsreplayer/test/blackbox/mcap/resources/helloworld_file_info.md @@ -1,6 +1,6 @@ # RECORDING -## Run [publisher](https://github.com/eProsima/DDS-Record-Replay/tree/main/resources/dds/TypeLookupService) +## Run [publisher](https://github.com/eProsima/DDS-Record-Replay/tree/v0.4.0/resources/dds/TypeLookupService) * PUBLISHER_QOS_DEFAULT * TOPIC_QOS_DEFAULT diff --git a/ddsreplayer/test/blackbox/mcap/resources/helloworld_withtypes_file_info.md b/ddsreplayer/test/blackbox/mcap/resources/helloworld_withtypes_file_info.md index 9fbf33f33..bc257e374 100644 --- a/ddsreplayer/test/blackbox/mcap/resources/helloworld_withtypes_file_info.md +++ b/ddsreplayer/test/blackbox/mcap/resources/helloworld_withtypes_file_info.md @@ -1,6 +1,6 @@ # RECORDING -## Run [publisher](https://github.com/eProsima/DDS-Record-Replay/tree/main/resources/dds/TypeLookupService) +## Run [publisher](https://github.com/eProsima/DDS-Record-Replay/tree/v0.4.0/resources/dds/TypeLookupService) * PUBLISHER_QOS_DEFAULT * TOPIC_QOS_DEFAULT diff --git a/docs/rst/developer_manual/installation/sources/linux.rst b/docs/rst/developer_manual/installation/sources/linux.rst index 68e624e19..d383a74c5 100644 --- a/docs/rst/developer_manual/installation/sources/linux.rst +++ b/docs/rst/developer_manual/installation/sources/linux.rst @@ -247,7 +247,7 @@ Colcon installation (recommended) mkdir -p ~/DDS-Record-Replay/src cd ~/DDS-Record-Replay - wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos + wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v0.4.0/ddsrecordreplay.repos vcs import src < ddsrecordreplay.repos .. note:: @@ -291,7 +291,7 @@ Local installation mkdir -p ~/DDS-Record-Replay/src mkdir -p ~/DDS-Record-Replay/build cd ~/DDS-Record-Replay - wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos + wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v0.4.0/ddsrecordreplay.repos vcs import src < ddsrecordreplay.repos #. Compile all dependencies using CMake_. diff --git a/docs/rst/developer_manual/installation/sources/windows.rst b/docs/rst/developer_manual/installation/sources/windows.rst index 3bc21427e..72436d276 100644 --- a/docs/rst/developer_manual/installation/sources/windows.rst +++ b/docs/rst/developer_manual/installation/sources/windows.rst @@ -263,7 +263,7 @@ Colcon installation (recommended) mkdir \DDS-Record-Replay cd \DDS-Record-Replay mkdir src - wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos ddsrecordreplay.repos + wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v0.4.0/ddsrecordreplay.repos ddsrecordreplay.repos vcs import src < ddsrecordreplay.repos .. note:: @@ -309,7 +309,7 @@ Local installation mkdir \DDS-Record-Replay\src mkdir \DDS-Record-Replay\build cd \DDS-Record-Replay - wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/main/ddsrecordreplay.repos ddsrecordreplay.repos + wget https://raw.githubusercontent.com/eProsima/DDS-Record-Replay/v0.4.0/ddsrecordreplay.repos ddsrecordreplay.repos vcs import src < ddsrecordreplay.repos #. Compile all dependencies using CMake_. diff --git a/docs/rst/tutorials/dynamic_types.rst b/docs/rst/tutorials/dynamic_types.rst index e6db0fbd7..840ade514 100644 --- a/docs/rst/tutorials/dynamic_types.rst +++ b/docs/rst/tutorials/dynamic_types.rst @@ -22,7 +22,7 @@ This tutorial focuses on how to send the data type information using Fast DDS Dy More specifically, this tutorial implements a DDS Publisher configured to send its data type, a DDS Subscriber that collects the data type and is able to read the incoming data, and a DDS Recorder is launched to save all the data published on the network. For more information about how to create the workspace with a basic DDS Publisher and a basic DDS Subscriber, please refer to `Writing a simple C++ publisher and subscriber application `_ . -The source code of this tutorial can be found in the public |eddsrecord| `GitHub repository `_ with an explanation of how to build and run it. +The source code of this tutorial can be found in the public |eddsrecord| `GitHub repository `_ with an explanation of how to build and run it. .. warning:: @@ -68,18 +68,18 @@ Data types At the moment, there are two data types that can be used: -* `HelloWorld.idl `_ +* `HelloWorld.idl `_ .. literalinclude:: ../../../resources/dds/TypeLookupService/types/v2/hello_world/HelloWorld.idl -* `Complete.idl `_ +* `Complete.idl `_ .. literalinclude:: ../../../resources/dds/TypeLookupService/types/v2/complete/Complete.idl Examining the code ================== -This section explains the C++ source code of the DDS Publisher, which can also be found `here `_. +This section explains the C++ source code of the DDS Publisher, which can also be found `here `_. The private data members of the class defines the DDS Topic, ``DataTypeKind``, DDS Topic type and DynamicType. The ``DataTypeKind`` defines the type to be used by the application (``HelloWorld`` or ``Complete``). @@ -151,7 +151,7 @@ The DDS Subscriber is acting as a client of types, i.e. the subscriber will not Examining the code ================== -This section explains the C++ source code of the DDS Subscriber, which can also be found `here `_. +This section explains the C++ source code of the DDS Subscriber, which can also be found `here `_. The private data members of the class defines the DDS Topic, DDS Topic type and DynamicType.