Skip to content

Commit

Permalink
Merge pull request #6 from LKSeng/task/fix_ci_badge_status
Browse files Browse the repository at this point in the history
update badge link and address nodejs deprecation warning
  • Loading branch information
LKSeng authored Apr 7, 2024
2 parents 77abc70 + 1c39031 commit 459026a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Build docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
file: ./Dockerfile
push: false
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/noetic_build/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)](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 459026a

Please sign in to comment.