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

Revision history [back]

click to hide/show revision 1
initial version

Try adding / before the scan topic in costmap param.

Like this

laser_scan_sensor: {sensor_frame: base_scan, data_type: LaserScan, topic: scan, marking: true, clearing: true}

Try adding / before the scan topic in costmap param.

Like this

laser_scan_sensor: {sensor_frame: base_scan, data_type: LaserScan, topic: scan, /scan, marking: true, clearing: true}

Try adding / before the scan topic in costmap param.

Like this

laser_scan_sensor: {sensor_frame: base_scan, data_type: LaserScan, topic: /scan, marking: true, clearing: true}

if that don't work try without sensor_frame in it.