From: Erik Andresen Date: Wed, 6 Sep 2017 16:10:45 +0000 (+0200) Subject: range sensor layer: Use inflate_cone=0 to fix range sensor clearing X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=commitdiff_plain;h=90d0c10ca262d4a12c4bc4cc20bc90c86302fb7b range sensor layer: Use inflate_cone=0 to fix range sensor clearing See https://github.com/DLu/navigation_layers/issues/22 --- diff --git a/config/costmap_common_params.yaml b/config/costmap_common_params.yaml index 1f128f0..5ff675a 100644 --- a/config/costmap_common_params.yaml +++ b/config/costmap_common_params.yaml @@ -13,3 +13,5 @@ range_layer: topics: ["/range_forward_left", "/range_backward", "/range_forward_right"] no_readings_timeout: 1.0 clear_on_max_reading: true + mark_threshold: 0.7 + inflate_cone: 0.0 diff --git a/launch/move_base.launch b/launch/move_base.launch index eb425c3..9463a0c 100644 --- a/launch/move_base.launch +++ b/launch/move_base.launch @@ -36,7 +36,7 @@ - +