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

GUI feature to ensure that vertices and edges have full connectivity #282

Open
codebot opened this issue Jan 19, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@codebot
Copy link
Contributor

codebot commented Jan 19, 2021

Currently it's difficult to tell if edges and vertices have the intended connectivity, because it's possible to add lane edges and vertices that look (in the GUI) like they are connected, until you click+drag the vertices around and notice that they aren't. I think it should be possible to create a function that continually checks to ensure that vertices and edges that "look" (visually) like they are connected are actually connected in underlying graph data structure. If they are not connected, the GUI should render a red circle or something, ideally with a pop-up tooltip, to signify that the lanes are not connected, and navigation between them will not be possible.

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

No branches or pull requests

1 participant