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

Waypoints generation with watchman route solver #120

Merged
merged 6 commits into from
Nov 19, 2024
Merged

Conversation

S3JER
Copy link

@S3JER S3JER commented Nov 18, 2024

Created waypoints for patrolling with the watchman route solver algorithm.
Connceted waypoints to each other based on reverst nearst neighbor.
Connected isolated cluster of waypoints together recersivly by adding a island to the main island such that the next connected island is the closte one. This was done by using depth first search.

Islands are colored their own random color:
image

S3JER and others added 2 commits November 18, 2024 15:10
@S3JER S3JER merged commit eb0e6cf into main Nov 19, 2024
7 checks passed
@S3JER S3JER deleted the watchman-route-solver branch November 19, 2024 09:41
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

Successfully merging this pull request may close these issues.

3 participants