Skip to content
Snippets Groups Projects
Commit 5c00ce5d authored by bpwilcox's avatar bpwilcox Committed by Carl Delsey
Browse files

re-enable obstacle layer (#762)

parent 73014b52
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ local_costmap:
robot_radius: 0.17
inflation_layer.cost_scaling_factor: 3.0
obstacle_layer:
enabled: False
enabled: True
always_send_full_costmap: True
observation_sources: scan
scan:
......@@ -119,7 +119,7 @@ global_costmap:
ros__parameters:
robot_radius: 0.17
obstacle_layer:
enabled: False
enabled: True
always_send_full_costmap: True
observation_sources: scan
scan:
......
......@@ -186,7 +186,7 @@ void ObstacleLayer::onInitialize()
source.c_str(), topic.c_str(),
global_frame_.c_str(), expected_update_rate, observation_keep_time);
rmw_qos_profile_t custom_qos_profile = rmw_qos_profile_default;
rmw_qos_profile_t custom_qos_profile = rmw_qos_profile_sensor_data;
custom_qos_profile.depth = 50;
// create a callback for the topic
......
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