|
2 | 2 | > Kinova® Kortex™ is the common software platform behind all of the products in the Gen3 family (Gen3 and Gen3 lite). It unifies the inner workings of the various robots and their related external tools, like the API. <br />
|
3 | 3 | > https://www.kinovarobotics.com/product/gen3-robots
|
4 | 4 |
|
| 5 | +<center><img src="doc/resources/kinova-gen3-7dof-robotiq-2f-85.jpg" alt="Kinova Gen3 7DoF manipulator with Intel RealSense 3D Vision Module and Robotiq 2F-85 2 Finger 85mm Adaptive Gripper" style="width: 50%"/></center> |
| 6 | + |
5 | 7 | ROS2 Kortex is the official ROS2 package to interact with Kortex and its related products. It is built upon the Kortex API, documentation for which can be found in the [GitHub Kortex repository](https://github.com/Kinovarobotics/kortex).
|
6 | 8 |
|
7 | 9 | ## Build status
|
8 | 10 |
|
9 |
| - |
10 |
| -ROS2 Distro | Humble | Iron | Rolling |
11 |
| -:---------: | :----: | :--: | :-----: |
12 |
| -| **Branch** | [`main`](https://github.com/PickNikRobotics/ros2_kortex/tree/main) | [`main`](https://github.com/PickNikRobotics/ros2_kortex/tree/main) | [`main`](https://github.com/PickNikRobotics/ros2_kortex/tree/main) |
13 |
| -| **Build Status** | [](https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml?branch=main) | :construction: | [](https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml?branch=main) |
14 |
| - |
15 |
| -**Note:** There are several CI jobs checking against future upstream changes see [detailed build status](.github/workflows/README.md) for more information. |
| 11 | +<table width="100%"> |
| 12 | + <tr> |
| 13 | + <th>ROS 2 Distro</th> |
| 14 | + <th>Humble</th> |
| 15 | + <th>Iron</th> |
| 16 | + <th>Rolling</th> |
| 17 | + </tr> |
| 18 | + <tr> |
| 19 | + <th>Branch</th> |
| 20 | + <td><a href="https://github.com/PickNikRobotics/ros2_kortex/tree/main">main</a></td> |
| 21 | + <td><a href="https://github.com/PickNikRobotics/ros2_kortex/tree/main">main</a></td> |
| 22 | + <td><a href="https://github.com/PickNikRobotics/ros2_kortex/tree/main">main</a></td> |
| 23 | + </tr> |
| 24 | + <tr> |
| 25 | + <th>Build Status</th> |
| 26 | + <td> |
| 27 | + <a href="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml"> |
| 28 | + <img src="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml/badge.svg?event=push&branch=main" alt="Humble Binary Build"/> |
| 29 | + </a> |
| 30 | + </td> |
| 31 | + <td> |
| 32 | + <a href="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/iron-binary-build.yml"> |
| 33 | + <img src="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/iron-binary-build.yml/badge.svg?event=push&branch=main" alt="Iron Binary Build"/> |
| 34 | + </a> |
| 35 | + </td> |
| 36 | + <td> |
| 37 | + <a href="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml"> |
| 38 | + <img src="https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml/badge.svg?event=push&branch=main" alt="Rolling Binary Build"/> |
| 39 | + </a> |
| 40 | + </td> |
| 41 | + </tr> |
| 42 | + <tr> |
| 43 | + <th>Release Status</th> |
| 44 | + <td>coming soon<!-- TODO(moriarty) add build.ros2.org status badge once released --></td> |
| 45 | + <td>coming soon<!-- TODO(moriarty) add build.ros2.org status badge once released --></td> |
| 46 | + <td>coming soon<!-- TODO(moriarty) add build.ros2.org status badge once released --></td> |
| 47 | + </tr> |
| 48 | +</table> |
| 49 | + |
| 50 | + |
| 51 | +**Note:** There are several CI jobs checking against future upstream changes see [detailed build status](.github/workflows/README.md) for a full list of CI jobs and for more information. |
16 | 52 |
|
17 | 53 |
|
18 | 54 | ## Getting started
|
|
0 commit comments