File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 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
22
33on : push
44
1717 - testing
1818 - main
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : ros-industrial/industrial_ci@master
2222 with :
2323 config : ${{ toJSON(matrix) }}
Original file line number Diff line number Diff line change 33<p align =" center " >
44 <img src =" https://img.shields.io/github/v/release/ika-rwth-aachen/mqtt_client " /></a >
55 <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 >
78 <img src =" https://img.shields.io/badge/ROS-noetic-blueviolet " />
89 <img src =" https://img.shields.io/badge/ROS 2-humble|iron|rolling-blueviolet " />
910 <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