From: Erik Andresen Date: Sat, 8 Jul 2017 16:24:04 +0000 (+0200) Subject: Readd global_costmap_params_odom.yaml X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=commitdiff_plain;h=2d9ab7d6996ef2d96507642099f5250f47256704;ds=sidebyside Readd 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 @@ - +