teb_local_planner icon indicating copy to clipboard operation
teb_local_planner copied to clipboard

how to prohibit teb local planning through unknown area?

Open TrayfourYu opened this issue 3 years ago • 1 comments

I'm using move_base package in a differ robot with a static global map, which is got from the gmapping. So, there are some unknown area in the map, and I found that teb planner can't find a path through those area. image

TrayfourYu avatar Apr 20 '21 14:04 TrayfourYu

I think you can use

track_unknown_space: False in local_costmap which allows you to plan path in unknown area

vimalrajayyappan avatar May 21 '21 06:05 vimalrajayyappan