Skip to content

Commit

Permalink
removed inflation layer
Browse files Browse the repository at this point in the history
  • Loading branch information
andriimaistruk committed Dec 10, 2020
1 parent 597f00d commit bcdbceb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nav2_bringup/bringup/params/forklift_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,14 @@ global_costmap:
footprint: "[[1.8, 0.4], [1.8, -0.4], [-0.2, -0.4], [-0.2, 0.4]]"
map_topic: /costmap_node/map
track_unknown_space: false
plugins: ["static_layer", "obstacle_layer", "inflation_layer"]
plugins: ["static_layer", "obstacle_layer"]
obstacle_layer:
plugin: "nav2_costmap_2d::ObstacleLayer"
enabled: false
observation_sources: scan
static_layer:
plugin: "nav2_costmap_2d::StaticLayer"
map_subscribe_transient_local: False
inflation_layer:
plugin: "nav2_costmap_2d::InflationLayer"
cost_scaling_factor: 3.0
inflation_radius: 0.55
always_send_full_costmap: True
global_costmap_client:
ros__parameters:
Expand Down

0 comments on commit bcdbceb

Please sign in to comment.