|
@@ -9,13 +9,16 @@
|
|
|
# History:
|
|
|
# 20180410:init this file.
|
|
|
# 20200927:增加plugins参数,配置静态层和膨胀层.
|
|
|
+# 20220928:删除plugins中的obstacle_layer,解决导航过程中局部代价地图
|
|
|
+# 会消失问题,报错信息为:The origin for the sensor at(*,*) is
|
|
|
+# out of map bounds. So, the costmap cannot raytrace for it.
|
|
|
|
|
|
global_costmap:
|
|
|
global_frame: map
|
|
|
robot_base_frame: base_footprint
|
|
|
|
|
|
- update_frequency: 1.0
|
|
|
- publish_frequency: 1.0
|
|
|
+ update_frequency: 2.0
|
|
|
+ publish_frequency: 2.0
|
|
|
|
|
|
rolling_window: false
|
|
|
resolution: 0.05
|
|
@@ -23,6 +26,5 @@ global_costmap:
|
|
|
|
|
|
plugins:
|
|
|
- {name: static_layer, type: "costmap_2d::StaticLayer"}
|
|
|
- - {name: obstacle_layer, type: "costmap_2d::ObstacleLayer"}
|
|
|
- {name: inflation_layer, type: "costmap_2d::InflationLayer"}
|
|
|
|