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

Planning when edges appear blocked #126

Open
hawesie opened this issue Feb 12, 2015 · 3 comments
Open

Planning when edges appear blocked #126

hawesie opened this issue Feb 12, 2015 · 3 comments

Comments

@hawesie
Copy link
Member

hawesie commented Feb 12, 2015

If we observe that an edge is blocked when navigating, are we able to ensure we don't try to immediately traverse it again?

@bfalacerda
Copy link
Contributor

no way to do it right now. I'll think about it next week, any ideas are welcome

@hawesie
Copy link
Member Author

hawesie commented Feb 12, 2015

Temporarily remove the edge from the navigation mdp, or increase its cost to something high enough to force it along another route?

@Jailander
Copy link
Member

I think it could make sense to have different recovery behaviours depending on the edges we are crossing, this way it would be easier to replan in case of blockage on specific places.
Also to solve this the only solution that comes to mind is that we could have specific action servers that check for blockages on some edges and if its blocked return failure.

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

No branches or pull requests

3 participants