File tree 3 files changed +33
-3
lines changed
3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : docker-ros
2
+
3
+ on : push
4
+
5
+ jobs :
6
+
7
+ ros :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : ika-rwth-aachen/docker-ros@main
11
+ with :
12
+ image-tag : ros
13
+ base-image : rwthika/ros:latest
14
+ command : roslaunch mqtt_client standalone.launch
15
+ platform : amd64,arm64
16
+ target : run
17
+
18
+ ros2 :
19
+ runs-on : ubuntu-latest
20
+ steps :
21
+ - uses : ika-rwth-aachen/docker-ros@main
22
+ with :
23
+ image-tag : ros2
24
+ base-image : rwthika/ros2:latest
25
+ command : ros2 launch mqtt_client standalone.launch.ros2.xml
26
+ platform : amd64,arm64
27
+ target : run
28
+ enable-push-as-latest : ' true'
29
+
Original file line number Diff line number Diff line change 1
- name : Build
1
+ name : industrial_ci
2
2
3
3
on : push
4
4
17
17
- testing
18
18
- main
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- uses : ros-industrial/industrial_ci@master
22
22
with :
23
23
config : ${{ toJSON(matrix) }}
Original file line number Diff line number Diff line change 3
3
<p align =" center " >
4
4
<img src =" https://img.shields.io/github/v/release/ika-rwth-aachen/mqtt_client " /></a >
5
5
<img src =" https://img.shields.io/github/license/ika-rwth-aachen/mqtt_client " /></a >
6
- <a href =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/build.yml " ><img src =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/build.yml/badge.svg " /></a >
6
+ <a href =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/industrial_ci.yml " ><img src =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/industrial_ci.yml/badge.svg " /></a >
7
+ <a href =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/docker-ros.yml " ><img src =" https://github.com/ika-rwth-aachen/mqtt_client/actions/workflows/docker-ros.yml/badge.svg " /></a >
7
8
<img src =" https://img.shields.io/badge/ROS-noetic-blueviolet " />
8
9
<img src =" https://img.shields.io/badge/ROS 2-humble|iron|rolling-blueviolet " />
9
10
<a href =" https://github.com/ika-rwth-aachen/mqtt_client " ><img src =" https://img.shields.io/github/stars/ika-rwth-aachen/mqtt_client?style=social " /></a >
You can’t perform that action at this time.
0 commit comments