Skip to content

Commit 8d4bdf1

Browse files
authored
Add kilted (#92)
* Add support for ROS Kilted Kaiju * Add workflows for kilted * Add missing kilted repos file
1 parent d47b65e commit 8d4bdf1

File tree

7 files changed

+142
-0
lines changed

7 files changed

+142
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Kilted Binary Main
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_binary_main:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: main
19+
ref_for_scheduled_build: ros2
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Kilted Binary Testing
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_binary_testing:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: testing
19+
ref_for_scheduled_build: ros2
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Kilted Semi Binary Main
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_semi_binary_main:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: main
19+
ref_for_scheduled_build: ros2
20+
upstream_workspace: ur_simulation_gz.kilted.repos
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Kilted Semi Binary Testing
2+
on:
3+
workflow_dispatch:
4+
pull_request:
5+
branches:
6+
- ros2
7+
push:
8+
branches:
9+
- ros2
10+
schedule:
11+
- cron: '13 4 * * *'
12+
13+
jobs:
14+
kilted_semi_binary_testing:
15+
uses: ./.github/workflows/reusable_ici.yml
16+
with:
17+
ros_distro: kilted
18+
ros_repo: testing
19+
ref_for_scheduled_build: ros2
20+
upstream_workspace: ur_simulation_gz.kilted.repos

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani
99
<th></th>
1010
<th>Humble</th>
1111
<th>Jazzy</th>
12+
<th>Kilted</th>
1213
<th>Rolling</th>
1314
</tr>
1415
<tr>
1516
<th>Branch</th>
1617
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/humble">humble</a></td>
1718
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
1819
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
20+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/tree/ros2">ros2</a></td>
1921
</tr>
2022
<tr>
2123
<th>Build status</th>
@@ -31,6 +33,12 @@ Example files and configurations for Gazebo simulation of Universal Robots' mani
3133
alt="Jazzy Binary Main"/>
3234
</a> <br />
3335
</td>
36+
<td> <!-- Kilted -->
37+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-main.yml?query=event%3Aschedule++">
38+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-main.yml/badge.svg?event=schedule"
39+
alt="Kilted Binary Main"/>
40+
</a> <br />
41+
</td>
3442
<td>
3543
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml?query=event%3Aschedule++">
3644
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"

ci_status.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ upstream changes some pipelines might turn red temporarily which can be expected
88
<th></th>
99
<th>Humble</th>
1010
<th>Jazzy</th>
11+
<th>Kilted</th>
1112
<th>Rolling</th>
1213
</tr>
1314
<tr>
@@ -54,6 +55,24 @@ upstream changes some pipelines might turn red temporarily which can be expected
5455
alt="Jazzy Semi-Binary Testing"/>
5556
</a>
5657
</td>
58+
<td>
59+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-main.yml?query=event%3Aschedule++">
60+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-main.yml/badge.svg?event=schedule"
61+
alt="Kilted Binary Main"/>
62+
</a> <br />
63+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-testing.yml?query=event%3Aschedule++">
64+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-binary-testing.yml/badge.svg?event=schedule"
65+
alt="Kilted Binary Testing"/>
66+
</a> <br />
67+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-semi-binary-main.yml?query=event%3Aschedule++">
68+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-semi-binary-main.yml/badge.svg?event=schedule"
69+
alt="Kilted Semi-Binary Main"/>
70+
</a> <br />
71+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-semi-binary-testing.yml?query=event%3Aschedule++">
72+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/kilted-semi-binary-testing.yml/badge.svg?event=schedule"
73+
alt="Kilted Semi-Binary Testing"/>
74+
</a>
75+
</td>
5776
<td>
5877
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml?query=event%3Aschedule++">
5978
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_GZ_Simulation/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"

ur_simulation_gz.kilted.repos

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
repositories:
2+
gz_ros2_control:
3+
type: git
4+
url: https://github.com/ros-controls/gz_ros2_control.git
5+
version: kilted
6+
moveit2:
7+
type: git
8+
url: https://github.com/ros-planning/moveit2.git
9+
version: main
10+
moveit_msgs:
11+
type: git
12+
url: https://github.com/ros-planning/moveit_msgs.git
13+
version: ros2
14+
srdfdom:
15+
type: git
16+
url: https://github.com/moveit/srdfdom.git
17+
version: ros2
18+
ros2_control:
19+
type: git
20+
url: https://github.com/ros-controls/ros2_control.git
21+
version: master
22+
ros2_control_demos:
23+
type: git
24+
url: https://github.com/ros-controls/ros2_control_demos.git
25+
version: master
26+
ros2_controllers:
27+
type: git
28+
url: https://github.com/ros-controls/ros2_controllers.git
29+
version: master
30+
Universal_Robots_ROS2_Description:
31+
type: git
32+
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
33+
version: rolling
34+
Universal_Robots_ROS2_Driver:
35+
type: git
36+
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git
37+
version: main

0 commit comments

Comments
 (0)