Set parameters in sample launch files to default

This commit is contained in:
Paul Bovbel
2015-01-18 11:45:12 -05:00
committed by Paul Bovbel
parent fb5c47982c
commit 8a42c9586b
2 changed files with 4 additions and 3 deletions
@@ -15,8 +15,8 @@
<remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/> <remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/>
<remap from="scan" to="$(arg camera)/scan"/> <remap from="scan" to="$(arg camera)/scan"/>
<rosparam> <rosparam>
target_frame: base_link # Leave empty for no transform #target_frame: # Leave disabled to output scan in pointcloud frame
transform_tolerance: 1.0 transform_tolerance: 0.0
min_height: 0.0 min_height: 0.0
max_height: 1.0 max_height: 1.0
@@ -15,7 +15,8 @@
<remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/> <remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/>
<remap from="scan" to="$(arg camera)/scan"/> <remap from="scan" to="$(arg camera)/scan"/>
<rosparam> <rosparam>
target_frame: base_link # Leave empty for no transform #target_frame: # Leave disabled to output scan in pointcloud frame
transform_tolerance: 0.0
min_height: 0.0 min_height: 0.0
max_height: 1.0 max_height: 1.0