From 2d9ab7d6996ef2d96507642099f5250f47256704 Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sat, 8 Jul 2017 18:24:04 +0200 Subject: [PATCH] Readd global_costmap_params_odom.yaml --- config/global_costmap_params_odom.yaml | 10 ++++++++++ launch/move_base.launch | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 config/global_costmap_params_odom.yaml diff --git a/config/global_costmap_params_odom.yaml b/config/global_costmap_params_odom.yaml new file mode 100644 index 0000000..60d391a --- /dev/null +++ b/config/global_costmap_params_odom.yaml @@ -0,0 +1,10 @@ +# only differences to config/global_costmap_params.yaml +global_costmap: + global_frame: odom + rolling_window: true + width: 100.0 + height: 100.0 + resolution: 0.05 + plugins: + - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'} + - {name: inflation_layer, type: 'costmap_2d::InflationLayer'} diff --git a/launch/move_base.launch b/launch/move_base.launch index 9508c32..69073a4 100644 --- a/launch/move_base.launch +++ b/launch/move_base.launch @@ -3,6 +3,7 @@ + @@ -42,7 +43,7 @@ - + -- 2.39.2