]> defiant.homedns.org Git - ros_wild_thumper.git/commitdiff
range sensor layer: Use inflate_cone=0 to fix range sensor clearing
authorErik Andresen <erik@vontaene.de>
Wed, 6 Sep 2017 16:10:45 +0000 (18:10 +0200)
committerErik Andresen <erik@vontaene.de>
Wed, 6 Sep 2017 16:10:45 +0000 (18:10 +0200)
See https://github.com/DLu/navigation_layers/issues/22

config/costmap_common_params.yaml
launch/move_base.launch

index 1f128f00d16f63c0b944ffb2d0478d8b3f3c9740..5ff675a3ef8ddba8bd90fe07fb5c6450e9ef4633 100644 (file)
@@ -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
index eb425c3c10e2ca54786551d11630a495284c007a..9463a0c8cad8972f98b891ad35aa32c30efaf446 100644 (file)
@@ -36,7 +36,7 @@
 
        <include file="$(find wild_thumper)/launch/gmapping.launch" if="$(arg slam_gmapping)" />
 
-       <node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
+       <node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen" clear_params="true">
                <param name="base_local_planner" value="$(arg base_local_planner)"/>
                <param name="controller_frequency" value="10.0" />
                <rosparam file="$(find wild_thumper)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />