Skip to content
Snippets Groups Projects
Commit 8905c3fc authored by bpwilcox's avatar bpwilcox
Browse files

move scan parameters under obstacle layer namespace

parent bd2dbc8e
No related branches found
No related tags found
No related merge requests found
......@@ -112,15 +112,15 @@ local_costmap:
inflation_layer.cost_scaling_factor: 3.0
obstacle_layer:
enabled: True
scan:
topic: /scan
max_obstacle_height: 2.0
clearing: True
marking: True
static_layer:
map_subscribe_transient_local: True
always_send_full_costmap: True
observation_sources: scan
scan:
topic: /scan
max_obstacle_height: 2.0
clearing: True
marking: True
local_costmap_client:
ros__parameters:
use_sim_time: True
......@@ -135,15 +135,15 @@ global_costmap:
robot_radius: 0.22
obstacle_layer:
enabled: True
scan:
topic: /scan
max_obstacle_height: 2.0
clearing: True
marking: True
static_layer:
map_subscribe_transient_local: True
always_send_full_costmap: True
observation_sources: scan
scan:
topic: /scan
max_obstacle_height: 2.0
clearing: True
marking: True
global_costmap_client:
ros__parameters:
use_sim_time: True
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment