Skip to content

Commit

Permalink
[jsk_perception] Add image_transport arg to vil launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Nov 6, 2023
1 parent 6f2e83d commit 3d51fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_perception/launch/classification.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="gui" default="false" />
<arg name="run_api" default="false" />
<arg name="CLASSIFICATION_INPUT_IMAGE" default="image" />
<arg name="image_transport" default="raw" />

<node name="classification_api" pkg="jsk_perception" type="run_jsk_vil_api" output="log"
args="clip -p $(arg port)" if="$(arg run_api)" />
Expand All @@ -14,6 +15,7 @@
<rosparam subst_value="true">
host: $(arg host)
port: $(arg port)
image_transport: $(arg image_transport)
</rosparam>
</node>

Expand Down
2 changes: 2 additions & 0 deletions jsk_perception/launch/vqa.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<arg name="gui" default="false" />
<arg name="run_api" default="false" />
<arg name="VQA_INPUT_IMAGE" default="vqa_image" />
<arg name="image_transport" default="raw" />

<node name="ofa_api" pkg="jsk_perception" type="run_jsk_vil_api" output="log"
args="ofa -p $(arg port)" if="$(arg run_api)" />
Expand All @@ -14,6 +15,7 @@
<rosparam subst_value="true">
host: $(arg host)
port: $(arg port)
image_transport: $(arg image_transport)
</rosparam>
</node>

Expand Down

0 comments on commit 3d51fa8

Please sign in to comment.