]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - config/global_costmap_params.yaml
global_costmap:
[ros_wild_thumper.git] / config / global_costmap_params.yaml
index eb3e89cd18cce0e4705e133ad49d20155307eb99..3e1fd1d764713d2cedf3883339e36494f4bcb447 100644 (file)
@@ -1,12 +1,18 @@
 global_costmap:
-  global_frame: /map
+  global_frame: map
   robot_base_frame: base_footprint
   static_map: true
+  publish_frequency: 1.0
   plugins:
   - {name: static_layer, type: 'costmap_2d::StaticLayer'}
+  - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
   - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
 
   inflation_layer:
     # low slope decay curve
     inflation_radius: 1.75
     cost_scaling_factor: 2.58
+
+  obstacle_layer:
+    combination_method: 0 # overwrite
+    track_unknown_space: true