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

Implement A* on the generated tree to find optimal route #2

Open
wrongsyntax opened this issue Oct 18, 2022 · 1 comment
Open

Implement A* on the generated tree to find optimal route #2

wrongsyntax opened this issue Oct 18, 2022 · 1 comment
Assignees
Labels
important Important!!! wip Work in progress

Comments

@wrongsyntax
Copy link
Owner

Return list of waypoints in order.

@wrongsyntax wrongsyntax self-assigned this Oct 18, 2022
@wrongsyntax wrongsyntax added todo Needs to be done important Important!!! labels Oct 27, 2022
@wrongsyntax
Copy link
Owner Author

Not necessarily A*.

Could be some other method.

@wrongsyntax wrongsyntax changed the title Implement A* on the tree generated by the previous step to find optimal route Implement A* on the generated tree to find optimal route Nov 4, 2022
@wrongsyntax wrongsyntax added wip Work in progress and removed todo Needs to be done labels Nov 4, 2022
Repository owner deleted a comment from technosoft-admin Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
important Important!!! wip Work in progress
Projects
None yet
Development

No branches or pull requests

1 participant