Skip to content

Commit 3ab91fe

Browse files
Merge pull request #8 from logivations/feature_wmo_56504_global_costmap_remove_inflation_layer
WMO-56504 Global costmap: Remove inflation layer
2 parents 597f00d + bcdbceb commit 3ab91fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

nav2_bringup/bringup/params/forklift_params.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,14 @@ global_costmap:
202202
footprint: "[[1.8, 0.4], [1.8, -0.4], [-0.2, -0.4], [-0.2, 0.4]]"
203203
map_topic: /costmap_node/map
204204
track_unknown_space: false
205-
plugins: ["static_layer", "obstacle_layer", "inflation_layer"]
205+
plugins: ["static_layer", "obstacle_layer"]
206206
obstacle_layer:
207207
plugin: "nav2_costmap_2d::ObstacleLayer"
208208
enabled: false
209209
observation_sources: scan
210210
static_layer:
211211
plugin: "nav2_costmap_2d::StaticLayer"
212212
map_subscribe_transient_local: False
213-
inflation_layer:
214-
plugin: "nav2_costmap_2d::InflationLayer"
215-
cost_scaling_factor: 3.0
216-
inflation_radius: 0.55
217213
always_send_full_costmap: True
218214
global_costmap_client:
219215
ros__parameters:

0 commit comments

Comments
 (0)