You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/pcl_ros/files/tests.patch

16 lines
526 B

Increase tolerance, this fails under high loads
Index: pcl_ros/samples/pcl_ros/segmentation/sample_extract_clusters.launch
===================================================================
--- pcl_ros.orig/samples/pcl_ros/segmentation/sample_extract_clusters.launch
+++ pcl_ros/samples/pcl_ros/segmentation/sample_extract_clusters.launch
@@ -25,7 +25,7 @@
<rosparam>
topic: /extract_clusters/output
hz: 3000
- hzerror: 2400
+ hzerror: 2900
test_duration: 5.0
</rosparam>
</test>