EGO-Planner-v2 icon indicating copy to clipboard operation
EGO-Planner-v2 copied to clipboard

Planner Unable to create plan in case of wide obstacles

Open shubham-shahh opened this issue 2 years ago • 5 comments

Hi, I was trying to run the planner in an environment with wide obstacles I have set <arg name="virtual_ceil" value="4.5" />

here's how the obstacle actually looks Screenshot from 2023-02-17 16-45-54

when I am trying to plan a path with a goal on the other side of the obstacle, the planner is unable to make a plan. and I am constantly getting warnings [ WARN] [1676632376.780805656, 1023.498000000]: Failed in A star path searching !!! 0.2 seconds time limit exceeded. [ WARN] [1676632376.780850817, 1023.498000000]: A-star error, force return! do I need to change something to avoid such obstacles?

this is the grid map view of the obstacle blockingg

thanks

shubham-shahh avatar Feb 17 '23 11:02 shubham-shahh

@bigsuperZZZX, any update on this?

shubham-shahh avatar Mar 18 '23 08:03 shubham-shahh

ego-planner is a local planner which only considers near obstacle avoidance. In your case, a high-level navigator that guides ego-planner by giving local goals is necessary.

bigsuperZZZX avatar Mar 18 '23 08:03 bigsuperZZZX

ego-planner is a local planner which only considers near obstacle avoidance. In your case, a high-level navigator that guides ego-planner by giving local goals is necessary.

I see, do you have any quick references on top of your mind which i can refer?

Thanks

shubham-shahh avatar Mar 18 '23 08:03 shubham-shahh

Sorry, none of that.

bigsuperZZZX avatar Mar 18 '23 08:03 bigsuperZZZX

Sorry, none of that.

Okay, I'll look into it

shubham-shahh avatar Mar 18 '23 09:03 shubham-shahh