Skip to content

Commit

Permalink
Update .repos and docs links
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
  • Loading branch information
irenebm committed Mar 26, 2024
1 parent 326cdd1 commit 1317285
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions ddsrouter.repos
Original file line number Diff line number Diff line change
Expand Up @@ -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: master
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
ddsrouter:
type: git
url: https://github.com/eProsima/DDS-Router.git
version: main
version: v2.2.0
2 changes: 1 addition & 1 deletion docs/resources/use_cases/ros_cloud/Dockerfile_ddsrouter
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \

# Download and build DDS-Router
RUN mkdir resources && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos && \
mkdir src && \
vcs import src < ddsrouter.repos && \
colcon build --event-handlers=console_direct+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \

# Download and build DDS-Router
RUN mkdir resources && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos && \
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos && \
mkdir src && \
vcs import src < ddsrouter.repos && \
colcon build --event-handlers=console_direct+ --cmake-args -DLOG_INFO=ON
Expand Down
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 @@ -220,7 +220,7 @@ Colcon installation
mkdir -p ~/DDS-Router/src
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos
vcs import src < ddsrouter.repos
.. note::
Expand Down Expand Up @@ -264,7 +264,7 @@ Local installation
mkdir -p ~/DDS-Router/src
mkdir -p ~/DDS-Router/build
cd ~/DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos
vcs import src < ddsrouter.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 @@ -260,7 +260,7 @@ Colcon installation
mkdir <path\to\user\workspace>\DDS-Router
cd <path\to\user\workspace>\DDS-Router
mkdir src
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos
vcs import src < ddsrouter.repos
.. note::
Expand Down Expand Up @@ -306,7 +306,7 @@ Local installation
mkdir <path\to\user\workspace>\DDS-Router\src
mkdir <path\to\user\workspace>\DDS-Router\build
cd <path\to\user\workspace>\DDS-Router
wget https://raw.githubusercontent.com/eProsima/DDS-Router/main/ddsrouter.repos
wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.2.0/ddsrouter.repos
vcs import src < ddsrouter.repos
#. Compile all dependencies using CMake_.
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/use_cases/ros_cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ the previously set up ConfigMap. This Docker image needs to be built and made av
|ddsrouter|, which can be accomplished by providing the following
:download:`Dockerfile <../../resources/use_cases/ros_cloud/Dockerfile_ddsrouter>`. If willing to see log messages in
``STDOUT``, use :download:`Dockerfile <../../resources/use_cases/ros_cloud/Dockerfile_ddsrouter_logon>` instead.
Assuming the name of the generated Docker image is ``ddsrouter:main``, the cloud router will then be deployed with the
Assuming the name of the generated Docker image is ``ddsrouter:v2.2.0``, the cloud router will then be deployed with the
following settings:

.. literalinclude:: ../../resources/use_cases/ros_cloud/ddsrouter.yaml
Expand Down

0 comments on commit 1317285

Please sign in to comment.