Skip to content

Commit

Permalink
Fix CI badges (#8)
Browse files Browse the repository at this point in the history
* add checkout step

* update URL

* mention humble
  • Loading branch information
tpoignonec authored Oct 19, 2023
1 parent 27be9a6 commit 416e056
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-iron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
container:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
container:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Wrench estimation and calibration of F/T sensor for ROS2 applications.


[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml)
[![Build tests (iron)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci-iron.yml/badge.svg?branch=main)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci-iron.yml?query=branch:main)
[![Build tests (rolling)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci-rolling.yml/badge.svg?branch=main)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci-rolling.yml?query=branch:main)
[![CI (humble)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml)
[![Build tests (iron)](../../actions/workflows/ci-iron.yaml/badge.svg?branch=main)](../../actions/workflows/ci-iron.yaml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)

***The current devs are based on the humble ROS 2 distribution (Ubuntu 22.04 LTS)***

Expand Down

0 comments on commit 416e056

Please sign in to comment.