Skip to content
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

Open
shubham-shahh opened this issue Feb 17, 2023 · 5 comments
Open

Planner Unable to create plan in case of wide obstacles #18

shubham-shahh opened this issue Feb 17, 2023 · 5 comments

Comments

@shubham-shahh
Copy link

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
Copy link
Author

@bigsuperZZZX, any update on this?

@bigsuperZZZX
Copy link
Member

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.

@shubham-shahh
Copy link
Author

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

@bigsuperZZZX
Copy link
Member

Sorry, none of that.

@shubham-shahh
Copy link
Author

Sorry, none of that.

Okay, I'll look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants