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

The normal usecase for move_base is using global_costmap (derived from a map, for global path palnning) and a local_costmap (derived from map and current sensor data, for local path planning, obstacle avoidance). You can use the projected_map as the input for the global costmap, and the laser_scans as obstacle layer in local_costmap.