Skip to content

Commit

Permalink
summit_xl_navigation: Fixes static_map parameter warning:
Browse files Browse the repository at this point in the history
  - Deletes boolean parameters
  - Renames static_map layer from global_costmap to static_map_layer
  • Loading branch information
alex-arnal committed Dec 14, 2021
1 parent a4dcb10 commit 3e39d40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions summit_xl_navigation/config/eband_global_costmap_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ global_costmap:
global_frame: $(arg global_frame)
robot_base_frame: $(arg base_frame)
update_frequency: 0.5
static_map: true

plugins:
- name: static_map
- name: static_map_layer
type: "costmap_2d::StaticLayer"
- name: obstacle_laser_layer
type: "costmap_2d::ObstacleLayer"
- name: inflation_layer
type: "costmap_2d::InflationLayer"

static_map:
static_map_layer:
lethal_cost_threshold: 94
static_map: true
map_topic: map
Expand Down
6 changes: 2 additions & 4 deletions summit_xl_navigation/config/global_costmap_params_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@ global_costmap:
global_frame: $(arg global_frame)
robot_base_frame: $(arg base_frame)
update_frequency: 5.0
static_map: true

plugins:
# - name: obstacle_laser_layer
# type: "costmap_2d::VoxelLayer"
# - name: rgbd_obstacle_layer
# type: "costmap_2d::VoxelLayer"
- name: static_map
- name: static_map_layer
type: "costmap_2d::StaticLayer"
# - name: costmap_prohibition_layer
# type: "costmap_prohibition_layer_namespace::CostmapProhibitionLayer"
- name: inflation_layer
type: "costmap_2d::InflationLayer"

static_map:
static_map_layer:
lethal_cost_threshold: 94
static_map: true
map_topic: map
unknown_cost_value: 1
trinary_costmap: false
Expand Down
1 change: 0 additions & 1 deletion summit_xl_navigation/config/local_costmap_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local_costmap:
global_frame: $(arg odom_frame)
robot_base_frame: $(arg base_frame)
update_frequency: 5.0
static_map: false
rolling_window: true
width: 7.0
height: 7.0
Expand Down

0 comments on commit 3e39d40

Please sign in to comment.