Add proper error checking for tolerance

This commit is contained in:
Paul Bovbel
2015-01-18 12:24:13 -05:00
committed by Paul Bovbel
parent 8a42c9586b
commit 7295940808
3 changed files with 44 additions and 20 deletions
@@ -16,7 +16,7 @@
<remap from="scan" to="$(arg camera)/scan"/>
<rosparam>
#target_frame: # Leave disabled to output scan in pointcloud frame
transform_tolerance: 0.0
transform_tolerance: 0.01
min_height: 0.0
max_height: 1.0
@@ -16,7 +16,7 @@
<remap from="scan" to="$(arg camera)/scan"/>
<rosparam>
#target_frame: # Leave disabled to output scan in pointcloud frame
transform_tolerance: 0.0
transform_tolerance: 0.01
min_height: 0.0
max_height: 1.0