Skip to content

Commit 9b684c8

Browse files
committed
[doc] Add explanation of sending multiple questions in vqa_node
1 parent 9d879cf commit 9b684c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/jsk_perception/nodes/vqa_node.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,12 @@ make
6262
* `~questions` (string, default: `what does this image describe?`)
6363

6464
Default questions used for subscribing image topic.
65-
65+
66+
We can send multiple questions with separating semicolon like the below.
67+
```
68+
What does this image describe?; What kinds of objects exists?
69+
```
70+
6671
## Sample
6772

6873
### Run inference container on another host or another terminal

0 commit comments

Comments
 (0)