ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I think the issue here is that you need to define "laser_scan_sensor" under obstacles, not at the top-level, so your costmap_common.yaml would become:

obstacles:
   observation_sources: laser_scan_sensor
   laser_scan_sensor: {sensor_frame: laser, data_type: LaserScan, topic: scan, marking: true, clearing: true}

I think the issue here is that you need to define "laser_scan_sensor" under obstacles, not at the top-level, so your costmap_common.yaml would become:

obstacles:
   observation_sources: laser_scan_sensor
   laser_scan_sensor: {sensor_frame: laser, data_type: LaserScan, topic: scan, marking: true, clearing: true}
LaserSc...}