File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
resources/use_cases/ros_cloud
rst/developer_manual/installation/sources Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8
8
[ ![ Forks] ( https://img.shields.io/github/forks/eProsima/DDS-Router.svg )] ( https://github.com/eProsima/DDS-Router/network/members )
9
9
[ ![ Stars] ( https://img.shields.io/github/stars/eProsima/DDS-Router.svg )] ( https://github.com/eProsima/DDS-Router/stargazers )
10
10
[ ![ test] ( https://github.com/eProsima/DDS-Router/actions/workflows/test.yml/badge.svg )] ( https://github.com/eProsima/DDS-Router/actions/workflows/test.yml )
11
- [ ![ codecov] ( https://codecov.io/gh/eProsima/DDS-Router/branch/main /graph/badge.svg?token=6NA5PVA9QL )] ( https://codecov.io/gh/eProsima/DDS-Router )
11
+ [ ![ codecov] ( https://codecov.io/gh/eProsima/DDS-Router/branch/v2.0.0 /graph/badge.svg?token=6NA5PVA9QL )] ( https://codecov.io/gh/eProsima/DDS-Router )
12
12
[ ![ Documentation Status] ( https://readthedocs.org/projects/eprosima-dds-router/badge/?version=latest )] ( https://eprosima-dds-router.readthedocs.io/en/latest/ )
13
13
14
14
* eProsima DDS Router* is an end-user software application that enables the connection of distributed DDS networks.
@@ -172,7 +172,7 @@ is explained in the following section.
172
172
``` bash
173
173
mkdir -p ~ /DDS-Router/src
174
174
cd ~ /DDS-Router
175
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos
175
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos
176
176
vcs import src < ddsrouter.repos
177
177
```
178
178
Original file line number Diff line number Diff line change @@ -2,24 +2,24 @@ repositories:
2
2
foonathan_memory_vendor:
3
3
type: git
4
4
url: https://github.com/eProsima/foonathan_memory_vendor.git
5
- version: master
5
+ version: v1.3.1
6
6
fastcdr:
7
7
type: git
8
8
url: https://github.com/eProsima/Fast-CDR.git
9
- version: master
9
+ version: v1.1.0
10
10
fastdds:
11
11
type: git
12
12
url: https://github.com/eProsima/Fast-DDS.git
13
- version: master
13
+ version: v2.11.0
14
14
dev-utils:
15
15
type: git
16
16
url: https://github.com/eProsima/dev-utils.git
17
- version: main
17
+ version: v0.4.0
18
18
ddspipe:
19
19
type: git
20
20
url: https://github.com/eProsima/DDS-Pipe.git
21
- version: main
21
+ version: v0.2.0
22
22
ddsrouter:
23
23
type: git
24
24
url: https://github.com/eProsima/DDS-Router.git
25
- version: main
25
+ version: v2.0.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
21
21
22
22
# Download and build DDS-Router
23
23
RUN mkdir resources && \
24
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos && \
24
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos && \
25
25
mkdir src && \
26
26
vcs import src < ddsrouter.repos && \
27
27
colcon build --event-handlers=console_direct+
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
21
21
22
22
# Download and build DDS-Router
23
23
RUN mkdir resources && \
24
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos && \
24
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos && \
25
25
mkdir src && \
26
26
vcs import src < ddsrouter.repos && \
27
27
colcon build --event-handlers=console_direct+ --cmake-args -DLOG_INFO=ON
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ Colcon installation
220
220
221
221
mkdir -p ~ /DDS-Router/src
222
222
cd ~ /DDS-Router
223
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos
223
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos
224
224
vcs import src < ddsrouter.repos
225
225
226
226
.. note ::
@@ -264,7 +264,7 @@ Local installation
264
264
mkdir -p ~ /DDS-Router/src
265
265
mkdir -p ~ /DDS-Router/build
266
266
cd ~ /DDS-Router
267
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos
267
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos
268
268
vcs import src < ddsrouter.repos
269
269
270
270
#. Compile all dependencies using CMake _.
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ Colcon installation
260
260
mkdir < path\t o\u ser\w orkspace> \D DS-Router
261
261
cd < path\t o\u ser\w orkspace> \D DS-Router
262
262
mkdir src
263
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos
263
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos
264
264
vcs import src < ddsrouter.repos
265
265
266
266
.. note ::
@@ -306,7 +306,7 @@ Local installation
306
306
mkdir < path\t o\u ser\w orkspace> \D DS-Router\s rc
307
307
mkdir < path\t o\u ser\w orkspace> \D DS-Router\b uild
308
308
cd < path\t o\u ser\w orkspace> \D DS-Router
309
- wget https://raw.githubusercontent.com/eProsima/DDS-Router/main /ddsrouter.repos
309
+ wget https://raw.githubusercontent.com/eProsima/DDS-Router/v2.0.0 /ddsrouter.repos
310
310
vcs import src < ddsrouter.repos
311
311
312
312
#. Compile all dependencies using CMake _.
You can’t perform that action at this time.
0 commit comments