Skip to content

Commit 5afaa40

Browse files
committed
Updated the Build status table in README
1 parent c8e6eb6 commit 5afaa40

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

.github/workflows/humble-source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
https://raw.githubusercontent.com/ros2/ros2/${{ env.ROS_DISTRO }}/ros2.repos
3535
file://${{ github.workspace }}/ros2_kortex.${{ env.ROS_DISTRO }}.repos
3636
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
37-
- uses: actions/upload-artifact@v1
37+
- uses: actions/upload-artifact@v4
3838
with:
39-
name: colcon-logs-${{ matrix.os }}
39+
name: colcon-logs-ubuntu-22.04
4040
path: ros_ws/log

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,53 @@ ROS2 KINOVA KORTEX™ is the official ROS2 package to interact with KINOVA KORTE
1313
<th>ROS 2 Distro</th>
1414
<th>Humble</th>
1515
<th>Jazzy</th>
16+
<th>Rolling</th>
1617
</tr>
1718
<tr>
1819
<th>Branch</th>
1920
<td><a href="https://github.com/Kinovarobotics/ros2_kortex/tree/humble">humble</a></td>
21+
<td><a href="https://github.com/Kinovarobotics/ros2_kortex/tree/jazzy">jazzy</a></td>
2022
<td><a href="https://github.com/Kinovarobotics/ros2_kortex/tree/main">main</a></td>
2123
</tr>
2224
<tr>
2325
<th>Build Status</th>
2426
<td>
2527
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/humble-binary-build.yml">
26-
<img src="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml/badge.svg?event=push&branch=main" alt="Humble Binary Build"/>
28+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/humble-binary-build.yml/badge.svg?event=push&branch=humble" alt="Humble Binary Build"/>
29+
</a>
30+
<br/>
31+
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/humble-source-build.yml">
32+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/humble-source-build.yml/badge.svg?event=push&branch=humble" alt="Humble Source Build"/>
33+
</a>
34+
</td>
35+
<td>
36+
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/jazzy-binary-build.yml">
37+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/jazzy-binary-build.yml/badge.svg?event=push&branch=jazzy" alt="Jazzy Binary Build"/>
38+
</a>
39+
<br/>
40+
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/jazzy-source-build.yml">
41+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/jazzy-source-build.yml/badge.svg?event=push&branch=jazzy" alt="Jazzy Source Build"/>
2742
</a>
2843
</td>
2944
<td>
3045
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml">
31-
<img src="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml/badge.svg?event=push&branch=main" alt="Rolling Binary Build"/>
46+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml/badge.svg?event=push&branch=main" alt="Rolling Binary Build"/>
47+
</a>
48+
<br/>
49+
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-semi-binary-build.yml">
50+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-semi-binary-build.yml/badge.svg?event=push&branch=main" alt="Rolling Semi-Binary Build"/>
51+
</a>
52+
<br/>
53+
<a href="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-source-build.yml">
54+
<img src="https://github.com/Kinovarobotics/ros2_kortex/actions/workflows/rolling-source-build.yml/badge.svg?event=push&branch=main" alt="Rolling Source Build"/>
3255
</a>
3356
</td>
3457
</tr>
3558
<tr>
3659
<th>Release Status</th>
3760
<td>Stable (binary available — may lag behind source)<!-- TODO(moriarty) add build.ros2.org status badge once released --></td>
3861
<td>Stable (source only)<!-- TODO(moriarty) add build.ros2.org status badge once released --></td>
62+
<td>Unstable (source only)</td>
3963
</tr>
4064
</table>
4165

0 commit comments

Comments
 (0)