File tree 3 files changed +40
-0
lines changed 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 2
2
3
3
# crane_x7_description
4
4
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
+
5
7
ROS package with URDF description macro for [ CRANE-X7] ( https://rt-net.jp/products/crane-x7/ ) .
6
8
7
9
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:
35
37
roslaunch crane_x7_description display.launch
36
38
```
37
39
40
+ ![ display_launch] ( https://rt-net.github.io/images/crane-x7/display_launch.png )
41
+
38
42
## Proprietary Rights
39
43
40
44
CRANE-X7 is an arm robot developed by RT Corporation for research purposes.
Original file line number Diff line number Diff line change 2
2
3
3
# crane_x7_description
4
4
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
+
5
8
[ CRANE-X7] ( https://rt-net.jp/products/crane-x7/ ) のURDFファイルを含むROSパッケージです。
6
9
7
10
このROSパッケージは[ rt-net/crane_x7_ros] ( https://github.com/rt-net/crane_x7_ros ) から分離しました。
@@ -35,6 +38,8 @@ source devel/setup.bash
35
38
roslaunch crane_x7_description display.launch
36
39
```
37
40
41
+ ![ display_launch] ( https://rt-net.github.io/images/crane-x7/display_launch.png )
42
+
38
43
## 知的財産権について
39
44
40
45
CRANE-X7は、アールティが開発した研究用アームロボットです。
You can’t perform that action at this time.
0 commit comments