Set parameters in sample launch files to default
This commit is contained in:
parent
fb5c47982c
commit
8a42c9586b
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user