Skip to content

Commit

Permalink
[doc] Update vqa_node.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo authored Jan 9, 2024
1 parent 6f2b856 commit 92a7e9c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions doc/jsk_perception/nodes/vqa_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ make

VQA question and answer to visualize

## Action topic
* `~inference_server/goal` (`jsk_recognition_msgs/VQATaskActionGoal`)
## Action
* `~inference_server` (`jsk_recognition_msgs/VQATaskAction`)

VQA request with custom questions and image

* `~inference_server/result` (`jsk_recognition_msgs/VQATaskActionResult`)

VQA result of `~inference_server/goal`
VQA request action server with custom multiple questions (and an image).
If image is not specified in the goal, latest image message for `~image` subscriber is used.
There is no feedback from this server.
Please see [message definition](https://github.com/jsk-ros-pkg/jsk_recognition/blob/master/jsk_recognition_msgs/action/VQATask.action) for defailed interface.

## Parameters
* `~host` (String, default: `localhost`)
Expand Down

0 comments on commit 92a7e9c

Please sign in to comment.