Dynamic obstacles inflation layer configuration
Hi all,
I'd like to implement an algorithm for dynamic obstacles detection with a 2D laser. For "dynamic" I mean all obstacle points that are not represented in the map (i.e., they fall in a white area of the occupancy grid), like people legs or objects that suddenly appear in front of the robot.
Assuming that I have a "filtered" scan (made of points belonging only to dynamic obstacles), my idea was to apply an higher inflation to these obstacles, so that the planner chooses to stay further away from them.
From to the wiki it looks like it's not possible to specify an input source for the inflation layer, therefore it seems to me that for each costmap (global and local) it's possible to specify at most one inflation layer. Is it correct?
Can please someone point me out a solution to this problem?
Thanks.