Navigation - combine static_map with dynamic obstacle detection?
Hi guys,
another pretty short question. For the local planner
I'd like to combine a static_map
(a pgm file) with obstacle data received from a laser scanner. Both information should be accumulated into a local costmap. Is it enough to set the static_map
parameter of the local costmap to true? Or does that mean that no dynamic obstacles are detected and avoided by the local planner anymore? Or will it take more than that?
Reason is hat some of the static obstacles are out of the range of my scanner (i.e. below its horizontal detection arc). They are there, I know where they are, they stay there and won't move. Definition of static. All I need the laser scanner for are moving obstacles that I certainly cannot add to the static map.
Thanks a lot!
Cheers, Hendrik