Skip to content

Commit

Permalink
enable use_jsk_msgs in sample.launch (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 authored Aug 21, 2024
1 parent 97ee892 commit 4afc32a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/sample.launch
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<arg name="vocabulary" default="lvis" />
<arg name="custom_vocabulary" default="" />
<arg name="output_highest" default="false" />
<arg name="use_jsk_msgs" default="false" />

<arg name="_input_image" default="/$(arg namespace)/decompressed_image" if="$(arg compressed)"/>
<arg name="_input_image" default="$(arg input_image)" unless="$(arg compressed)"/>
Expand All @@ -38,6 +39,7 @@
<param name="vocabulary" value="$(arg vocabulary)" />
<param name="custom_vocabulary" value="$(arg custom_vocabulary)" />
<param name="output_highest" value="$(arg output_highest)" />
<param name="use_jsk_msgs" value="$(arg use_jsk_msgs)" />
</node>
</group>
</launch>

0 comments on commit 4afc32a

Please sign in to comment.