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

Preserve work when modifying obstacles #10

Open
SZanlongo opened this issue Feb 28, 2018 · 0 comments
Open

Preserve work when modifying obstacles #10

SZanlongo opened this issue Feb 28, 2018 · 0 comments

Comments

@SZanlongo
Copy link
Member

If an obstacle is added, update the graph as needed, rather than having to re-create the entire Search Space.
This can be done by checking every single vertex in the tree (or trees), to see if it resides within the newly-added obstacle, and removing the vertex and corresponding edges as needed.

When removing an obstacle, no modification of the graph should be necessary.

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

1 participant