From 71f8ca7a7eae923af6ee8ece36c1fb801132e750 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:28:31 -0800 Subject: [PATCH] add github workflows status bars in README. (#60) (#63) Signed-off-by: Tomoya Fujita (cherry picked from commit e2e84e60e91e58cb1f0589da1bf2d4c3f7108ace) Co-authored-by: Tomoya Fujita --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5ab054..44331ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![humble](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble.yaml/badge.svg?branch=humble)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/humble.yaml) [![iron](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/iron.yaml/badge.svg?branch=iron)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/iron.yaml) [![jazzy](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy.yaml/badge.svg?branch=jazzy)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/jazzy.yaml) [![rolling](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling.yaml/badge.svg?branch=rolling)](https://github.com/fujitatomoya/rcl_logging_syslog/actions/workflows/rolling.yaml) + # rcl_logging_syslog 🚢🚀🚂 [rcl_logging_syslog](https://github.com/fujitatomoya/rcl_logging_syslog) is alternative logging backend implementation that can be used for [ROS 2](https://github.com/ros2) application via [rcl_logging_interface](https://github.com/ros2/rcl_logging/tree/rolling/rcl_logging_interface).