Skip to content

Commit

Permalink
industrial_ciのワークフローを追加 (#2)
Browse files Browse the repository at this point in the history
READMEにワークフローの結果とdisplay.launchのスクショを追加。

Co-authored-by: Daisuke Sato <daisuke.sato@rt-net.jp>
  • Loading branch information
Shota Aoki and Tiryoh authored May 26, 2022
1 parent f3e8e7a commit a482f8a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: industrial_ci

on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00

jobs:
industrial_ci:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
env:
- { ROS_DISTRO: melodic, ROS_REPO: main }
- { ROS_DISTRO: noetic, ROS_REPO: main }
experimental: [false]
include:
- env: { ROS_DISTRO: melodic, ROS_REPO: testing }
experimental: true
- env: { ROS_DISTRO: noetic, ROS_REPO: testing }
experimental: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "ros-industrial/industrial_ci@master"
env: ${{ matrix.env }}
4 changes: 4 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# crane_x7_description

[![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)

ROS package with URDF description macro for [CRANE-X7](https://rt-net.jp/products/crane-x7/).

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

![display_launch](https://rt-net.github.io/images/crane-x7/display_launch.png)

## Proprietary Rights

CRANE-X7 is an arm robot developed by RT Corporation for research purposes.
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# crane_x7_description

[![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)


[CRANE-X7](https://rt-net.jp/products/crane-x7/)のURDFファイルを含むROSパッケージです。

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

![display_launch](https://rt-net.github.io/images/crane-x7/display_launch.png)

## 知的財産権について

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

0 comments on commit a482f8a

Please sign in to comment.