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

This likely means that the robot is not localized properly in the map. The "Polygon lies outside of map bounds" error means that the costmap is trying unsuccessfully to rasterize the footprint of the robot into a grid. This normally occurs when the robot is positioned at (0, 0) in the grid before being localized. Have you made sure to set the initial pose for AMCL using rviz as described here: http://www.ros.org/wiki/navigation/Tutorials/Using%20rviz%20with%20the%20Navigation%20Stack?