Skip to content

Commit a482f8a

Browse files
Shota AokiTiryoh
Shota Aoki
andauthored
industrial_ciのワークフローを追加 (#2)
READMEにワークフローの結果とdisplay.launchのスクショを追加。 Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
1 parent f3e8e7a commit a482f8a

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

.github/workflows/industrial_ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: industrial_ci
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
10+
schedule:
11+
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
12+
13+
jobs:
14+
industrial_ci:
15+
continue-on-error: ${{ matrix.experimental }}
16+
strategy:
17+
matrix:
18+
env:
19+
- { ROS_DISTRO: melodic, ROS_REPO: main }
20+
- { ROS_DISTRO: noetic, ROS_REPO: main }
21+
experimental: [false]
22+
include:
23+
- env: { ROS_DISTRO: melodic, ROS_REPO: testing }
24+
experimental: true
25+
- env: { ROS_DISTRO: noetic, ROS_REPO: testing }
26+
experimental: true
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v3
30+
- uses: "ros-industrial/industrial_ci@master"
31+
env: ${{ matrix.env }}

README.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# crane_x7_description
44

5+
[![industrial_ci](https://github.com/rt-net/crane_x7_description/workflows/industrial_ci/badge.svg?branch=master)](https://github.com/rt-net/crane_x7_description/actions?query=workflow%3Aindustrial_ci+branch%3Amaster)
6+
57
ROS package with URDF description macro for [CRANE-X7](https://rt-net.jp/products/crane-x7/).
68

79
This ROS packages was separated from [rt-net/crane_x7_ros](https://github.com/rt-net/crane_x7_ros).
@@ -35,6 +37,8 @@ Display a CRANE-X7 robot model on RViz with the following command:
3537
roslaunch crane_x7_description display.launch
3638
```
3739

40+
![display_launch](https://rt-net.github.io/images/crane-x7/display_launch.png)
41+
3842
## Proprietary Rights
3943

4044
CRANE-X7 is an arm robot developed by RT Corporation for research purposes.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# crane_x7_description
44

5+
[![industrial_ci](https://github.com/rt-net/crane_x7_description/workflows/industrial_ci/badge.svg?branch=master)](https://github.com/rt-net/crane_x7_description/actions?query=workflow%3Aindustrial_ci+branch%3Amaster)
6+
7+
58
[CRANE-X7](https://rt-net.jp/products/crane-x7/)のURDFファイルを含むROSパッケージです。
69

710
このROSパッケージは[rt-net/crane_x7_ros](https://github.com/rt-net/crane_x7_ros)から分離しました。
@@ -35,6 +38,8 @@ source devel/setup.bash
3538
roslaunch crane_x7_description display.launch
3639
```
3740

41+
![display_launch](https://rt-net.github.io/images/crane-x7/display_launch.png)
42+
3843
## 知的財産権について
3944

4045
CRANE-X7は、アールティが開発した研究用アームロボットです。

0 commit comments

Comments
 (0)