Skip to content

Commit b27a1ac

Browse files
Update .repos and references in docs
Signed-off-by: Lucia Echevarria <[email protected]>
1 parent 5871f8c commit b27a1ac

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

ddsrouter.repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ repositories:
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: 2.x
9+
version: v2.2.5
1010
fastdds:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: 3.x
13+
version: v3.1.0
1414
dev-utils:
1515
type: git
1616
url: https://github.com/eProsima/dev-utils.git
17-
version: 1.x
17+
version: v1.1.0
1818
ddspipe:
1919
type: git
2020
url: https://github.com/eProsima/DDS-Pipe.git
21-
version: 1.x
21+
version: v1.1.0
2222
ddsrouter:
2323
type: git
2424
url: https://github.com/eProsima/DDS-Router.git
25-
version: main
25+
version: v3.1.0

docs/resources/use_cases/ros_cloud/Dockerfile_ddsrouter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
2121

2222
# Download and build DDS-Router
2323
RUN mkdir resources && \
24-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
24+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos && \
2525
mkdir src && \
2626
vcs import src < ddsrouter.repos && \
2727
colcon build --event-handlers=console_direct+

docs/resources/use_cases/ros_cloud/Dockerfile_ddsrouter_logon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
2121

2222
# Download and build DDS-Router
2323
RUN mkdir resources && \
24-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
24+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos && \
2525
mkdir src && \
2626
vcs import src < ddsrouter.repos && \
2727
colcon build --event-handlers=console_direct+ --cmake-args -DLOG_INFO=ON

docs/rst/developer_manual/installation/sources/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Colcon installation
220220
221221
mkdir -p ~/DDS-Router/src
222222
cd ~/DDS-Router
223-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
223+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos
224224
vcs import src < ddsrouter.repos
225225
226226
.. note::
@@ -264,7 +264,7 @@ Local installation
264264
mkdir -p ~/DDS-Router/src
265265
mkdir -p ~/DDS-Router/build
266266
cd ~/DDS-Router
267-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
267+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos
268268
vcs import src < ddsrouter.repos
269269
270270
#. Compile all dependencies using CMake_.

docs/rst/developer_manual/installation/sources/windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Colcon installation
260260
mkdir <path\to\user\workspace>\DDS-Router
261261
cd <path\to\user\workspace>\DDS-Router
262262
mkdir src
263-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
263+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos
264264
vcs import src < ddsrouter.repos
265265
266266
.. note::
@@ -306,7 +306,7 @@ Local installation
306306
mkdir <path\to\user\workspace>\DDS-Router\src
307307
mkdir <path\to\user\workspace>\DDS-Router\build
308308
cd <path\to\user\workspace>\DDS-Router
309-
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
309+
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v3.1.0/ddsrouter.repos
310310
vcs import src < ddsrouter.repos
311311
312312
#. Compile all dependencies using CMake_.

docs/rst/use_cases/ros_cloud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ the previously set up ConfigMap. This Docker image needs to be built and made av
124124
|ddsrouter|, which can be accomplished by providing the following
125125
:download:`Dockerfile <../../resources/use_cases/ros_cloud/Dockerfile_ddsrouter>`. If willing to see log messages in
126126
``STDOUT``, use :download:`Dockerfile <../../resources/use_cases/ros_cloud/Dockerfile_ddsrouter_logon>` instead.
127-
Assuming the name of the generated Docker image is ``ddsrouter:main``, the cloud router will then be deployed with the
127+
Assuming the name of the generated Docker image is ``ddsrouter:v3.1.0``, the cloud router will then be deployed with the
128128
following settings:
129129

130130
.. literalinclude:: ../../resources/use_cases/ros_cloud/ddsrouter.yaml

0 commit comments

Comments
 (0)