From 9a99734362941efd925456d2ccdca112ff916387 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 22 Aug 2017 18:43:45 +0000 Subject: [PATCH] Add test arg to avoid duplicated testing --- .../sample_statistical_outlier_removal.launch | 5 ++-- pcl_ros/samples/sample_voxel_grid.launch | 23 +++++++++++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/pcl_ros/samples/sample_statistical_outlier_removal.launch b/pcl_ros/samples/sample_statistical_outlier_removal.launch index 7e4b7e8a..1aeeed36 100644 --- a/pcl_ros/samples/sample_statistical_outlier_removal.launch +++ b/pcl_ros/samples/sample_statistical_outlier_removal.launch @@ -3,8 +3,9 @@ - + + @@ -32,7 +33,7 @@ + args="-d $(find pcl_ros)/samples/pcl_ros/filters/config/statistical_outlier_removal.rviz"> diff --git a/pcl_ros/samples/sample_voxel_grid.launch b/pcl_ros/samples/sample_voxel_grid.launch index 3e9892b6..86596bdf 100644 --- a/pcl_ros/samples/sample_voxel_grid.launch +++ b/pcl_ros/samples/sample_voxel_grid.launch @@ -1,6 +1,7 @@ + @@ -20,16 +21,18 @@ - - - topic: /voxel_grid/output - hz: 20 - hzerror: 15 - test_duration: 5.0 - - + + + + topic: /voxel_grid/output + hz: 20 + hzerror: 15 + test_duration: 5.0 + + +