Update costmap_2d with user defined no go zones [closed]

asked 2013-01-17 10:23:27 -0500

cross gravatar image

updated 2014-01-28 17:14:53 -0500

ngrennan gravatar image

I am looking for a way to allow a user to dynamically add no go areas i.e. areas in the world that the robot planner should avoid. My idea is to modify the costmap_2d that move_base is using however there does not appear to be anyway to directly modify the costmap.

I noticed a similar question titled "Custom CostMap Values" (System won't let me paste the link) was asked on these forums and their idea was to either create artificial sensor data or modify move_base. Creating artificial sensor data I don't think would work since the real sensor data would clear out information added by the artificial sensor data. The other option is to modify the costmap_2d code to accept a message from the user and modify the costmap.

Can anyone think of another way to add dynamically created no go zones to a planner?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-10-14 16:09:38.735315

Comments

Did you found any solution? I'm also very interested in this. Please let me know if you have any idea how to solve it ;)

ZdenekM gravatar image ZdenekM  ( 2013-06-27 00:10:06 -0500 )edit