|
@@ -4,11 +4,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-# rolling_window: 全局地图不会在机器人移动时候更新
|
|
|
-# transform_tolerance: 指定在tf树中frame直接的转换最大延时,单位秒
|
|
|
+# rolling_window:全局地图不会在机器人移动时候更新
|
|
|
+# transform_tolerance:指定在tf树中frame直接的转换最大延时,单位秒
|
|
|
|
|
|
|
|
|
-# 20180410: init this file.
|
|
|
+# 20180410:init this file.
|
|
|
|
|
|
|
|
|
global_costmap:
|
|
@@ -21,7 +21,7 @@ global_costmap:
|
|
|
static_map: true
|
|
|
rolling_window: false
|
|
|
resolution: 0.05
|
|
|
- transform_tolerance: 10.0
|
|
|
+ transform_tolerance: 5.0
|
|
|
|
|
|
plugins:
|
|
|
- {name: static_layer, type: "costmap_2d::StaticLayer"}
|