diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 31453796..03f7a3d0 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -200,8 +200,9 @@ if(CATKIN_ENABLE_TESTING) find_package(rostest REQUIRED) add_rostest_gtest(test_tf_message_filter_pcl tests/test_tf_message_filter_pcl.launch src/test/test_tf_message_filter_pcl.cpp) target_link_libraries(test_tf_message_filter_pcl ${catkin_LIBRARIES} ${GTEST_LIBRARIES}) - add_rostest(samples/sample_statistical_outlier_removal.launch ARGS gui:=false) - add_rostest(samples/sample_voxel_grid.launch ARGS gui:=false) + add_rostest(samples/pcl_ros/features/sample_normal_3d.launch ARGS gui:=false) + 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) endif(CATKIN_ENABLE_TESTING) diff --git a/pcl_ros/samples/pcl_ros/features/sample_normal_3d.launch b/pcl_ros/samples/pcl_ros/features/sample_normal_3d.launch new file mode 100644 index 00000000..01ad46de --- /dev/null +++ b/pcl_ros/samples/pcl_ros/features/sample_normal_3d.launch @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + radius_search: 0 + k_search: 10 + # 0, => ANN, 1 => FLANN, 2 => Organized + spatial_locator: 1 + + + + + + topic: /normal_estimation/output + hz: 10 + hzerror: 8 + test_duration: 5.0 + + + + + +