aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/ti_estop/launch/estop.launch')
-rw-r--r--nodes/ti_estop/launch/estop.launch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nodes/ti_estop/launch/estop.launch b/nodes/ti_estop/launch/estop.launch
index ada70dd..da7f9d0 100644
--- a/nodes/ti_estop/launch/estop.launch
+++ b/nodes/ti_estop/launch/estop.launch
@@ -14,10 +14,10 @@
14 <!-- Right camera parameter topic name to subscribe to --> 14 <!-- Right camera parameter topic name to subscribe to -->
15 <param name = "camera_info_topic" value = "camera/right/camera_info"/> 15 <param name = "camera_info_topic" value = "camera/right/camera_info"/>
16 16
17 <!-- Output topic name to publish to --> 17 <!-- Output topic name for semantic segmentation output image -->
18 <param name = "semseg_cnn_out_image" value = "semseg_cnn/out_image"/> 18 <param name = "semseg_cnn_out_image" value = "semseg_cnn/out_image"/>
19 19
20 <!-- Output topic name to publish to --> 20 <!-- Output topic name for semantic segmentation output tensor -->
21 <param name = "semseg_cnn_tensor_topic" value = "semseg_cnn/tensor"/> 21 <param name = "semseg_cnn_tensor_topic" value = "semseg_cnn/tensor"/>
22 22
23 <!-- Output recitified image topic name to publish to --> 23 <!-- Output recitified image topic name to publish to -->
@@ -35,7 +35,7 @@
35 <!-- Output EStop topic name to publish to --> 35 <!-- Output EStop topic name to publish to -->
36 <param name = "estop_topic_name" value = "detection3D/estop"/> 36 <param name = "estop_topic_name" value = "detection3D/estop"/>
37 37
38 <!-- Flag to indcate if the output should be published in RGB format --> 38 <!-- Flag to indicate if the output should be published in RGB format -->
39 <param name = "ssmap_output_rgb" value = "true"/> 39 <param name = "ssmap_output_rgb" value = "true"/>
40 </node> 40 </node>
41 41