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

Aside from writing a plugin for move_base, I know of no way you can do this at present. Costmap2d has the ability to publish the obstacles, inflated obstacles, and unknown space. If you enable these topics, you'd be able to obtain that information. As for accessing the whole costmap, I think you'd have to modify move_base to do so.