File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
- ros :
1
+ ros2 :
2
2
trigger :
3
3
include :
4
4
- remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
5
5
strategy : depend
6
6
variables :
7
- IMAGE_TAG : ros
8
- BASE_IMAGE : rwthika/ros:latest
9
- COMMAND : roslaunch mqtt_client standalone.launch
10
7
PLATFORM : amd64,arm64
11
8
TARGET : dev,run
12
- ENABLE_INDUSTRIAL_CI : ' true'
13
-
14
- ros2 :
15
- trigger :
16
- include :
17
- - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
18
- strategy : depend
19
- variables :
20
- IMAGE_TAG : ros2
21
9
BASE_IMAGE : rwthika/ros2:latest
22
10
COMMAND : ros2 launch mqtt_client standalone.launch.xml
23
- PLATFORM : amd64,arm64
24
- TARGET : dev,run
25
- ENABLE_INDUSTRIAL_CI : ' true'
26
- ENABLE_PUSH_AS_LATEST : ' true'
11
+ RMW_IMPLEMENTATION : rmw_zenoh_cpp
You can’t perform that action at this time.
0 commit comments