Skip to content

Commit

Permalink
fix deva launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ojh6404 committed Aug 4, 2024
1 parent 25279a1 commit 3190651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deep_vision_ros/launch/deva.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<remap from="~input_image" to="$(arg input_image)" />
<rosparam subst_value="true" >
device: $(arg device)
model_type: $(arg model_type)
dino_model_type: $(arg dino_model_type)
sam_model_type: $(arg sam_model_type)
with_bbox: $(arg with_bbox)
</rosparam>
</node>
Expand Down

0 comments on commit 3190651

Please sign in to comment.