]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - config/costmap_exploration.yaml
frontier exploration fixes
[ros_wild_thumper.git] / config / costmap_exploration.yaml
index 0f5bc4300aec73f1e88564d7b0bfe6dbf3a685d7..6414e9b6812d9f9c5d96caf2478cbdb1b212656e 100644 (file)
@@ -1,7 +1,8 @@
-#must match incoming static map
+# must match incoming static map
 global_frame: map
 robot_base_frame: base_footprint
 update_frequency: 5.0
+publish_frequency: 5.0
 resolution: 0.01
 
 rolling_window: false
@@ -10,12 +11,18 @@ track_unknown_space: true
 plugins: 
 - {name: static_layer, type: 'costmap_2d::StaticLayer'}
 - {name: explore_boundary, type: "frontier_exploration::BoundedExploreLayer"}
-#Can disable sensor layer if gmapping is fast enough to update scans
+# Can disable sensor layer if gmapping is fast enough to update scans
 - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'}
 - {name: inflation_layer, type: 'costmap_2d::InflationLayer'}
 
+static_layer:
+  # Can pull data from gmapping, map_server or a non-rolling costmap
+  map_topic: /map
+  # map_topic: move_base/global_costmap/costmap
+  subscribe_to_updates: true
+
 explore_boundary:
-  resize_to_boundary: true
+  resize_to_boundary: false
   frontier_travel_point: middle
-  #set to false for gmapping, true if re-exploring a known area
+  # set to false for gmapping, true if re-exploring a known area
   explore_clear_space: true