Skip to content

Commit

Permalink
Merge pull request #5 from LKSeng/task/update_CI_name
Browse files Browse the repository at this point in the history
Update CI name to match ROS distro name
  • Loading branch information
LKSeng authored Mar 14, 2024
2 parents f2a19d3 + b2fec8a commit 77abc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 77abc70

Please sign in to comment.