Skip to content

Commit

Permalink
Fix typo in executable (#618) (#619)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
(cherry picked from commit 9cce579)

Co-authored-by: Yadu <yadunund@openrobotics.org>
  • Loading branch information
mergify[bot] and Yadunund committed May 9, 2023
1 parent f6422a0 commit 2338b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intra_process_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ ros2 run intra_process_demo image_view_node

Please ensure you have a camera connected to your workstation.

Similar to the **Image Pipeline All In One**, running `image_pipeline_with_two_image_views` will display the image process through intra-process communications.
Similar to the **Image Pipeline All In One**, running `image_pipeline_with_two_image_view` will display the image process through intra-process communications.

However, it now instantiates 2 `image_view_node` ROS 2 nodes.

```bash
# Open new terminal
ros2 run intra_process_demo image_pipeline_with_two_image_views
ros2 run intra_process_demo image_pipeline_with_two_image_view
```

![](img/image_pipeline_with_two_image_views_rqtgraph.png)
Expand Down

0 comments on commit 2338b64

Please sign in to comment.