Skip to content

Commit 2123118

Browse files
authored
Merge pull request #2721 from sea-bass/patch-1
Update ROS section and CI badges in README
2 parents 4045fe4 + f52538d commit 2123118

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,12 @@ You can also consider the interactive Jupyter notebook [set of tutorials](https:
122122
<table class="center">
123123
<!-- <tr> <td> Continuous Integration </td></tr>-->
124124
<tr><td> CI on ROS </td>
125-
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/ros-ci.yml"><img alt="ROS" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/ros-ci.yml/badge.svg?branch=devel" /></a></td>
125+
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/ros_ci.yml"><img alt="ROS" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/ros_ci.yml/badge.svg?branch=devel" /></a></td>
126126
</tr><tr><td> CI on Linux via APT </td>
127127
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/linux.yml"><img alt="linux" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/linux.yml/badge.svg?branch=devel" /></a></td>
128-
</tr><tr><td> CI on OSX via Conda </td>
129-
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/macos-linux-conda.yml"><img alt="mac" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/macos-linux-conda.yml/badge.svg?branch=devel" /></a></td>
130-
</tr><tr><td> CI on Windows via Conda </td>
131-
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/windows-conda.yml"><img alt="windows" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/windows-conda.yml/badge.svg?branch=devel" /></a></td>
132-
</tr><tr><td> CI on Linux via Robotpkg </td>
128+
</tr><tr><td> CI on macOS and Windows via Pixi </td>
129+
<td><a href="https://github.com/stack-of-tasks/pinocchio/actions/workflows/macos-linux-windows-pixi.yml"><img alt="mac" src="https://github.com/stack-of-tasks/pinocchio/actions/workflows/macos-linux-windows-pixi.yml/badge.svg?branch=devel" /></a></td>
130+
</tr><tr><td> CI on Linux via Robotpkg </td>
133131
<td><img src="https://gitlab.laas.fr/stack-of-tasks/pinocchio/badges/devel/pipeline.svg" alt="Pipeline Status"></td>
134132
</tr>
135133
</table>
@@ -175,25 +173,23 @@ Here, you can install Pinocchio using:
175173
sudo apt install ros-$ROS_DISTRO-pinocchio
176174
```
177175

178-
This installs Pinocchio with HPP-FCL support and with Python bindings.
176+
This installs Pinocchio with Coal support for collision checking and with Python bindings.
179177
You can then use Pinocchio in your ROS packages by:
180178

181179
* Depending on Pinocchio in your `package.xml` config (`<depend>pinocchio</depend>`)
182180
* Including Pinocchio via CMake (`find_package(pinocchio REQUIRED)`) and linking against Pinocchio (`target_link_libraries(my_library pinocchio::pinocchio)`)
183181

184-
We include support and hooks to discover the package for both ROS 1 and ROS 2.
185-
Examples can be found at the following repositories:
186-
* [ROS 1 example](https://github.com/wxmerkt/pinocchio_ros_example)
187-
* [ROS 2 example](https://github.com/sea-bass/pinocchio_ros_cpp_example)
182+
We include support and hooks to discover the package for ROS build systems.
183+
A ROS 2 example can be found in [this repository](https://github.com/sea-bass/pinocchio_ros_cpp_example).
188184

189185
Please note that we always advise including the `pinocchio/fwd.hpp` header as the first include to avoid compilation errors from differing Boost-variant sizes.
190186

191-
| ROS 1 | | &nbsp;&nbsp;&nbsp;&nbsp; | ROS 2 | |
192-
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
193-
| **Melodic** | [![](https://build.ros.org/job/Mbin_uB64__pinocchio__ubuntu_bionic_amd64__binary/badge/icon)](https://build.ros.org/job/Mbin_uB64__pinocchio__ubuntu_bionic_amd64__binary) | &nbsp;&nbsp;&nbsp;&nbsp; | **Foxy** | [![](https://build.ros2.org/job/Fbin_uF64__pinocchio__ubuntu_focal_amd64__binary/badge/icon)](https://build.ros2.org/job/Fbin_uF64__pinocchio__ubuntu_focal_amd64__binary) |
194-
| **Noetic** | [![](https://build.ros.org/job/Nbin_uF64__pinocchio__ubuntu_focal_amd64__binary/badge/icon)](https://build.ros.org/job/Nbin_uF64__pinocchio__ubuntu_focal_amd64__binary) | &nbsp;&nbsp;&nbsp;&nbsp; | **Galactic** | [![](https://build.ros2.org/job/Gbin_uF64__pinocchio__ubuntu_focal_amd64__binary/badge/icon)](https://build.ros2.org/job/Gbin_uF64__pinocchio__ubuntu_focal_amd64__binary) |
195-
| | | &nbsp;&nbsp;&nbsp;&nbsp; | **Humble** | [![](https://build.ros2.org/job/Hbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary/badge/icon)](https://build.ros2.org/job/Hbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary) |
196-
| | | &nbsp;&nbsp;&nbsp;&nbsp; | **Rolling** | [![](https://build.ros2.org/job/Rbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary/badge/icon)](https://build.ros2.org/job/Rbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary) |
187+
| ROS 2 Distro | Build Status |
188+
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
189+
| **Humble** | [![](https://build.ros2.org/job/Hbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary/badge/icon)](https://build.ros2.org/job/Hbin_uJ64__pinocchio__ubuntu_jammy_amd64__binary) |
190+
| **Jazzy** | [![](https://build.ros2.org/job/Jbin_uN64__pinocchio__ubuntu_noble_amd64__binary/badge/icon)](https://build.ros2.org/job/Jbin_uN64__pinocchio__ubuntu_noble_amd64__binary) |
191+
| **Kilted** | [![](https://build.ros2.org/job/Kbin_uN64__pinocchio__ubuntu_noble_amd64__binary/badge/icon)](https://build.ros2.org/job/Kbin_uN64__pinocchio__ubuntu_noble_amd64__binary) |
192+
| **Rolling** | [![](https://build.ros2.org/job/Rbin_uN64__pinocchio__ubuntu_noble_amd64__binary/badge/icon)](https://build.ros2.org/job/Rbin_uN64__pinocchio__ubuntu_noble_amd64__binary) |
197193

198194
## Visualization
199195

0 commit comments

Comments
 (0)