|
@@ -2,17 +2,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
-# publish_frequency: 代价地图发布可视化信息的频率
|
|
|
-# static_map: 本地代价地图不会更新地图,设置false
|
|
|
-# rolling_window: 设置滚动窗口,使机器人始终在窗体中心位置
|
|
|
+# publish_frequency:代价地图发布可视化信息的频率
|
|
|
+# static_map:本地代价地图不是静态地图,所以需要设置false
|
|
|
+# rolling_window:设置滚动窗口,使机器人始终在窗体中心位置
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-# 20180410: init this file.
|
|
|
+# 20180410:init this file.
|
|
|
|
|
|
|
|
|
+# 20220927:更新width和height为1.8,解决"The origin for the sensor
|
|
|
+# at (0.05, 2.73) is out of map bounds. So, the costmap cannot
|
|
|
+# raytrace for it."
|
|
|
|
|
|
local_costmap:
|
|
|
global_frame: odom_combined
|
|
@@ -23,11 +26,11 @@ local_costmap:
|
|
|
|
|
|
static_map: false
|
|
|
rolling_window: true
|
|
|
- width: 1.5
|
|
|
- height: 1.5
|
|
|
+ width: 1.8
|
|
|
+ height: 1.8
|
|
|
resolution: 0.05
|
|
|
- transform_tolerance: 3.0
|
|
|
+ transform_tolerance: 2.0
|
|
|
|
|
|
plugins:
|
|
|
- - {name: obstacle_layer, type: "costmap_2d::ObstacleLayer"}
|
|
|
- - {name: inflation_layer, type: "costmap_2d::InflationLayer"}
|
|
|
+ - {name: obstacle_layer, type: "costmap_2d::ObstacleLayer"}
|
|
|
+ - {name: inflation_layer, type: "costmap_2d::InflationLayer"}
|