-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Planner Unable to create plan in case of wide obstacles #18
Comments
@bigsuperZZZX, any update on this? |
ego-planner is a local planner which only considers near obstacle avoidance. |
I see, do you have any quick references on top of your mind which i can refer? Thanks |
Sorry, none of that. |
Okay, I'll look into it |
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
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
thanks
The text was updated successfully, but these errors were encountered: