Skip to content

Commit

Permalink
Fix launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
margaritaG committed Jan 10, 2020
1 parent fe1e962 commit 9d5b871
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions global_segment_map_node/launch/yumi.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<arg name="visualize" default="true" />
<arg name="visualize" default="false" />
<arg name="sensor" default="realsense"/>

<node name="mask_rcnn" pkg="mask_rcnn_ros" type="mask_rcnn_node.py" output="log">
Expand All @@ -10,8 +10,7 @@
<include file="$(find depth_segmentation)/launch/semantic_instance_segmentation.launch">
<arg name="depth_segmentation_params_file" value="$(find depth_segmentation)/cfg/$(arg sensor)_config.yaml"/>
<arg name="sensor_topics_file" value="$(find depth_segmentation)/cfg/$(arg sensor)_topics.yaml"/>
<param name="semantic_instance_segmentation/enable" value="true"/>
<param name="label_display" value="$(arg visualize)"/>
<arg name="visualize" value="$(arg visualize)"/>
</include>

<arg name="gsm_node_params_name" default="$(find gsm_node)/cfg/yumi.yaml"/>
Expand Down

0 comments on commit 9d5b871

Please sign in to comment.