X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=config%2Fcostmap_exploration.yaml;fp=config%2Fcostmap_exploration.yaml;h=0f5bc4300aec73f1e88564d7b0bfe6dbf3a685d7;hp=26f38002682f8d61fe6b1917e7b57fd05dc66cbd;hb=80b61518513631afbd8acdcab2b23a53266080ca;hpb=c3db2ea74a51a2623b04d4bc5796c39be2e28453 diff --git a/config/costmap_exploration.yaml b/config/costmap_exploration.yaml index 26f3800..0f5bc43 100644 --- a/config/costmap_exploration.yaml +++ b/config/costmap_exploration.yaml @@ -1,20 +1,21 @@ #must match incoming static map global_frame: map -robot_base_frame: base_link -resolution: 0.05 +robot_base_frame: base_footprint +update_frequency: 5.0 +resolution: 0.01 -track_unknown_space: true rolling_window: false +track_unknown_space: true plugins: -- {name: static, type: "costmap_2d::StaticLayer"} +- {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 -- {name: sensor, type: "costmap_2d::ObstacleLayer"} -- {name: inflation, type: "costmap_2d::InflationLayer"} +- {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'} +- {name: inflation_layer, type: 'costmap_2d::InflationLayer'} explore_boundary: - resize_to_boundary: false + resize_to_boundary: true frontier_travel_point: middle #set to false for gmapping, true if re-exploring a known area - explore_clear_space: false + explore_clear_space: true