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

Generally, whenever DWA local planner detects an obstacle it stops the robot and move_base sends control to the global planner to replan. In your case there is no People layer in Global Costmap, so obstacles are not generated in global costmap. This results in global planner to plan path through the obstacle and the cycle continues. So you should have all the obstacle layers in both local and global costmaps.