ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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}
2 | No.2 Revision |
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...}