@@ -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