14 lines
433 B
YAML
14 lines
433 B
YAML
global_costmap:
|
|
global_frame: /map
|
|
robot_base_frame: /base_footprint
|
|
update_frequency: 5.0
|
|
publish_frequency: 1.0
|
|
static_map: true
|
|
rolling_window: false
|
|
transform_tolerance: 0.5
|
|
plugins:
|
|
- {name: static_layer, type: "costmap_2d::StaticLayer"}
|
|
- {name: obstacle_layer, type: "costmap_2d::ObstacleLayer"}
|
|
- {name: inflation_layer, type: "costmap_2d::InflationLayer"}
|
|
|