Set parameters in sample launch files to default
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
<remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/>
|
||||
<remap from="scan" to="$(arg camera)/scan"/>
|
||||
<rosparam>
|
||||
target_frame: base_link # Leave empty for no transform
|
||||
transform_tolerance: 1.0
|
||||
#target_frame: # Leave disabled to output scan in pointcloud frame
|
||||
transform_tolerance: 0.0
|
||||
min_height: 0.0
|
||||
max_height: 1.0
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
<remap from="cloud_in" to="$(arg camera)/depth_registered/points_processed"/>
|
||||
<remap from="scan" to="$(arg camera)/scan"/>
|
||||
<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
|
||||
max_height: 1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user