From bb2fa3f9361e833d1e84c4b89c63a8b797f30ec4 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 22 Aug 2017 19:13:41 +0000 Subject: [PATCH] Add sample & test for surface/convex_hull --- pcl_ros/CMakeLists.txt | 1 + .../pcl_ros/surface/sample_convex_hull.launch | 40 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 pcl_ros/samples/pcl_ros/surface/sample_convex_hull.launch diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 9c40a697..10325874 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -204,6 +204,7 @@ if(CATKIN_ENABLE_TESTING) add_rostest(samples/pcl_ros/filters/sample_statistical_outlier_removal.launch ARGS gui:=false) add_rostest(samples/pcl_ros/filters/sample_voxel_grid.launch ARGS gui:=false) add_rostest(samples/pcl_ros/segmentation/sample_extract_clusters.launch ARGS gui:=false) + add_rostest(samples/pcl_ros/surface/sample_convex_hull.launch ARGS gui:=false) endif(CATKIN_ENABLE_TESTING) diff --git a/pcl_ros/samples/pcl_ros/surface/sample_convex_hull.launch b/pcl_ros/samples/pcl_ros/surface/sample_convex_hull.launch new file mode 100644 index 00000000..50e54f80 --- /dev/null +++ b/pcl_ros/samples/pcl_ros/surface/sample_convex_hull.launch @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + topic: /convex_hull/output + hz: 10 + hzerror: 8 + test_duration: 5.0 + + + + + +