Skip to content

Commit

Permalink
add test_realsense_tabletop_object_detector.test
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Nov 17, 2022
1 parent f13c84f commit 340ba87
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions jsk_pcl_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ if (CATKIN_ENABLE_TESTING)
add_rostest(test/test_voxel_grid_downsample.test)
add_rostest(test/test_voxel_grid_large_scale.test)
add_rostest(test/test_organized_statistical_outlier_removal.test)
add_rostest(test/test_realsense_tabletop_object_detector.test)
if(tf2_eigen_FOUND)
add_rostest(test/test_container_occupancy_detector.test)
endif()
Expand Down
43 changes: 43 additions & 0 deletions jsk_pcl_ros/test/test_realsense_tabletop_object_detector.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<launch>

<include file="$(find jsk_pcl_ros)/sample/sample_realsense_tabletop_object_detector.launch">
<arg name="gui" value="false"/>
</include>

<test test-name="test_realsense_tabletop_object_detector"
name="test_realsense_tabletop_object_detector"
pkg="jsk_tools" type="test_topic_published.py"
retry="3">
<rosparam>
topic_0: /multi_plane_estimate/output_refined
timeout_0: 30
topic_1: /multi_plane_estimate/output_refined_polygon
timeout_1: 30
topic_2: /multi_plane_estimate/output_refined_coefficients
timeout_2: 30
topic_3: /plane_extraction/output
timeout_3: 30
topic_4: /euclidean_clustering/output
timeout_4: 30
topic_5: /euclidean_clustering/output_throttle
timeout_5: 30
topic_6: /outlier_removal/output
timeout_6: 30
topic_7: /segmentation_decomposer/boxes
timeout_7: 30
topic_8: /segmentation_decomposer/centroid_pose_array
timeout_8: 30
topic_9: /segmentation_decomposer/cluster_indices
timeout_9: 30
topic_10: /segmentation_decomposer/debug_output
timeout_10: 30
topic_11: /segmentation_decomposer/label
timeout_11: 30
topic_12: /segmentation_decomposer/mask
timeout_12: 30
topic_13: /segmentation_decomposer/negative_indices
timeout_13: 30
</rosparam>
</test>

</launch>

0 comments on commit 340ba87

Please sign in to comment.