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

Global costmap empty

asked 2013-09-03 03:35:00 -0500

flauflauf gravatar image

updated 2013-11-18 16:46:30 -0500

tfoote gravatar image

I am developing a system that, among other things, gives navigation goals on a previously mapped (GMapping) occupancy map to a Turtlebot.

The system works fine, except for when a goal is given that is at the edge of the map, still inside the unoccupied space (grey), but within collision range of the Turtlebot. When this happens, move_base responds by spamming "Unable to get starting pose of robot, unable to create global plan" and trying to recover from this, but never managing to.

In order to avoid this case, I want to read the global 2D costmap for inflated obstacles. However, nothing is published on /move_base/global_costmap/obstacles and /move_base/global_costmap/inflated_obstacles.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-09-03 04:12:24 -0500

flauflauf gravatar image

Apparently publish_frequency for global_costmap is set to 0.0 by default. Changing this to 5.0 solved the problem.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-09-03 03:35:00 -0500

Seen: 1,587 times

Last updated: Sep 03 '13