From b2fec8aae490835f33ff587e709d0837035defab Mon Sep 17 00:00:00 2001 From: LKSeng <88697507+LKSeng@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:46:13 +0000 Subject: [PATCH] Update CI name to match ROS distro name --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f8eb37..8eec641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: rviz_rotatable_image_plugin_ci +name: noetic_build # Controls when the workflow will run on: diff --git a/README.md b/README.md index 28d8066..c1c328a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rviz_rotatable_image_plugin -[![](https://github.com/LKSeng/rviz_rotatable_image_plugin/workflows/rviz_rotatable_image_plugin_ci/badge.svg?branch=main)](https://github.com/LKSeng/rviz_rotatable_image_plugin/actions) +[![](https://github.com/LKSeng/rviz_rotatable_image_plugin/workflows/noetic_build/badge.svg?branch=main)](https://github.com/LKSeng/rviz_rotatable_image_plugin/actions) RViz plugin to rotate `sensor_msgs::Image` for visualisation purposes in-situ, especially so if camera is mounted at an angle. For avoidance of doubt, note that this plugin does not publish the rotated image.