costmap generation in unknown environment
Hi,
Will costmap will get accumulated in unknown environment(size not known) by move_base?
:) prince
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
Will costmap will get accumulated in unknown environment(size not known) by move_base?
:) prince
I'm not entirely sure what you're asking. Could you be more specific? Are you saying that you used a rolling_window on your costmap? Or that you are loading an empty static map?
In the case that you're using a rolling window, your laser_scan or Point_Cloud sensor source will still fill in the costmap based on any obstacles that it sees. Of course, your costmap size must also be set appropriately for the global and local costmaps.
If you're loading an empty static map, the same is true.
~ Brian
Asked: 2011-08-29 23:34:12 -0600
Seen: 307 times
Last updated: Aug 31 '11
Costmap not published, error: Polygon lies outside map bounds, so we can't fill it
Unable to clear obstacles marking of costmap_2d
observation buffer has not been updated
How to clear older costmap just before updating the map?
costmap_2d requires macros.h header to build
Setting the grid size in costmap
Making the robot go straight on an empty map [closed]