Skip to content

Commit

Permalink
Fix Readme; ~always_subscribe --> ~always_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Dec 16, 2023
1 parent 87bf4a0 commit ec1e3d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when an object is detected.

Expand Down Expand Up @@ -555,7 +555,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when a face is detected.

Expand Down Expand Up @@ -623,7 +623,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when a human pose is detected.

Expand Down Expand Up @@ -725,7 +725,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when an object is detected.

Expand Down Expand Up @@ -805,7 +805,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when a face is detected.

Expand Down Expand Up @@ -889,7 +889,7 @@ rosrun image_view image_view image:=/edgetpu_panorama_semantic_segmenter/output/

- Set `compressed` to subscribe compressed image

- `~always_subscribe` (`Bool`, default: `True`)
- `~always_publish` (`Bool`, default: `True`)

- Set false to publish when a human pose is detected.

Expand Down

0 comments on commit ec1e3d9

Please sign in to comment.