Skip to content

Commit

Permalink
Update .repos and references in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lucia Echevarria <[email protected]>
  • Loading branch information
LuciaEchevarria99 committed Oct 15, 2024
1 parent b933de7 commit 064e973
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions ddsrecordreplay.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: 2.x
version: v2.2.5
fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: 3.x
version: v3.1.0
dev-utils:
type: git
url: https://github.com/eProsima/dev-utils.git
version: 1.x
version: v1.1.0
ddspipe:
type: git
url: https://github.com/eProsima/DDS-Pipe.git
version: 1.x
version: v1.1.0
ddsrecordreplay:
type: git
url: https://github.com/eProsima/DDS-Record-Replay.git
version: main
version: v1.1.0
4 changes: 2 additions & 2 deletions docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,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/v1.1.0/ddsrecordreplay.repos
vcs import src < ddsrecordreplay.repos
.. note::
Expand Down Expand Up @@ -283,7 +283,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/v1.1.0/ddsrecordreplay.repos
vcs import src < ddsrecordreplay.repos
#. Compile all dependencies using CMake_.
Expand Down
4 changes: 2 additions & 2 deletions docs/rst/developer_manual/installation/sources/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Colcon installation (recommended)
mkdir <path\to\user\workspace>\DDS-Record-Replay
cd <path\to\user\workspace>\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/v1.1.0/ddsrecordreplay.repos ddsrecordreplay.repos
vcs import src < ddsrecordreplay.repos
.. note::
Expand Down Expand Up @@ -309,7 +309,7 @@ Local installation
mkdir <path\to\user\workspace>\DDS-Record-Replay\src
mkdir <path\to\user\workspace>\DDS-Record-Replay\build
cd <path\to\user\workspace>\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/v1.1.0/ddsrecordreplay.repos ddsrecordreplay.repos
vcs import src < ddsrecordreplay.repos
#. Compile all dependencies using CMake_.
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/recording/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -906,4 +906,4 @@ Fast DDS Configuration
Some applications rely on this information being recorded and written in the resulting MCAP file, which requires that the user application is configured to send the necessary type information.
By default, *Fast DDS* automatically sends the data type information, so no additional configuration is required.

Feel free to review `this <https://github.com/eProsima/Fast-DDS/tree/master/examples/cpp/xtypes>`_ section, where it is explained in detail how to configure a Fast DDS Publisher/Subscriber leveraging :term:`Dynamic Types<DynamicTypes>`.
Feel free to review `this <https://github.com/eProsima/Fast-DDS/tree/v3.1.0/examples/cpp/xtypes>`_ section, where it is explained in detail how to configure a Fast DDS Publisher/Subscriber leveraging :term:`Dynamic Types<DynamicTypes>`.

0 comments on commit 064e973

Please sign in to comment.