Skip to content

Commit

Permalink
Merge pull request #4 from LKSeng/fix/updae_erroneous_build_command_i…
Browse files Browse the repository at this point in the history
…n_readme

Fix build instruction using the wrong package name
  • Loading branch information
LKSeng authored Mar 14, 2024
2 parents 543a270 + 5c44800 commit f2a19d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This plugin was created for [ROS Noetic](https://wiki.ros.org/noetic), on [Ubunt
1. Clone this repository to your ROS workspace
2. Build this package
```shell
catkin build rviz_rotatable_image_display
catkin build rviz_rotatable_image_plugin
```

# Usage
Expand All @@ -32,7 +32,7 @@ Select this plugin in RViz.

# Debugging

Check if this plugin is installed properly:
Check if this plugin is installed properly (remember to source the workspace this plugin is in first):

```shell
rospack plugins --attrib=plugin rviz
Expand Down

0 comments on commit f2a19d3

Please sign in to comment.