Skip to content

Commit 22572c7

Browse files
authored
update README.md (Kinovarobotics#147)
- Add photo from kinova - Update status badges to table which is easier to maintain Signed-off-by: Alexander Moriarty <[email protected]>
1 parent f3fdce1 commit 22572c7

File tree

2 files changed

+43
-7
lines changed

2 files changed

+43
-7
lines changed

README.md

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,53 @@
22
> 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 />
33
> https://www.kinovarobotics.com/product/gen3-robots
44
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+
57
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).
68

79
## Build status
810

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** | [![Humble Binary Build](https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml/badge.svg?branch=main)](https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/humble-binary-build.yml?branch=main) | :construction: | [![Rolling Binary Build](https://github.com/PickNikRobotics/ros2_kortex/actions/workflows/rolling-binary-build.yml/badge.svg?branch=main)](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.
1652

1753

1854
## Getting started
316 KB
Loading

0 commit comments

Comments
 (0)