Skip to content

Commit 3137398

Browse files
committed
Add support for ROS Kilted Kaiju
1 parent d47b65e commit 3137398

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

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"

0 commit comments

Comments
 (0)