Add proper error checking for tolerance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user