From: Erik Andresen Date: Sun, 16 Jul 2017 09:22:42 +0000 (+0200) Subject: Use gps instead utm as gps frame X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=commitdiff_plain;h=59f39a51a977ca93173e1074db0e7381a3d24e0d Use gps instead utm as gps frame --- diff --git a/config/global_costmap_params_gps.yaml b/config/global_costmap_params_gps.yaml new file mode 100644 index 0000000..fa54a35 --- /dev/null +++ b/config/global_costmap_params_gps.yaml @@ -0,0 +1,10 @@ +# only differences to config/global_costmap_params.yaml +global_costmap: + global_frame: gps + rolling_window: true + width: 200.0 + height: 200.0 + resolution: 0.10 + plugins: + - {name: obstacle_layer, type: 'costmap_2d::ObstacleLayer'} + - {name: inflation_layer, type: 'costmap_2d::InflationLayer'} diff --git a/config/global_costmap_params_utm.yaml b/config/global_costmap_params_utm.yaml deleted file mode 100644 index 8ecf0b5..0000000 --- a/config/global_costmap_params_utm.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# only differences to config/global_costmap_params.yaml -global_costmap: - global_frame: utm - rolling_window: true - width: 200.0 - height: 200.0 - resolution: 0.10 - 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 69073a4..e64852e 100644 --- a/launch/move_base.launch +++ b/launch/move_base.launch @@ -2,7 +2,7 @@ - + @@ -43,8 +43,8 @@ - - + +