Skip to content

Commit c0a6d48

Browse files
committed
add test_realsense_tabletop_object_detector.test
1 parent f13c84f commit c0a6d48

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<launch>
2+
3+
<include file="$(find jsk_pcl_ros)/sample/sample_realsense_tabletop_object_detector.launch">
4+
<arg name="gui" value="false"/>
5+
</include>
6+
7+
<test test-name="test_realsense_tabletop_object_detector"
8+
name="test_realsense_tabletop_object_detector"
9+
pkg="jsk_tools" type="test_topic_published.py"
10+
retry="3">
11+
<rosparam>
12+
topic_0: /multi_plane_estimate/output_refined
13+
timeout_0: 30
14+
topic_1: /multi_plane_estimate/output_refined_polygon
15+
timeout_1: 30
16+
topic_2: /multi_plane_estimate/output_refined_coefficients
17+
timeout_2: 30
18+
topic_3: /plane_extraction/output
19+
timeout_3: 30
20+
topic_4: /euclidean_clustering/output
21+
timeout_4: 30
22+
topic_5: /euclidean_clustering/output_throttle
23+
timeout_5: 30
24+
topic_6: /outlier_removal/output
25+
timeout_6: 30
26+
topic_7: /segmentation_decomposer/boxes
27+
timeout_7: 30
28+
topic_8: /segmentation_decomposer/centroid_pose_array
29+
timeout_8: 30
30+
topic_9: /segmentation_decomposer/cluster_indices
31+
timeout_9: 30
32+
topic_10: /segmentation_decomposer/debug_output
33+
timeout_10: 30
34+
topic_11: /segmentation_decomposer/label
35+
timeout_11: 30
36+
topic_12: /segmentation_decomposer/mask
37+
timeout_12: 30
38+
topic_13: /segmentation_decomposer/negative_indices
39+
timeout_13: 30
40+
</rosparam>
41+
</test>
42+
43+
</launch>

0 commit comments

Comments
 (0)