Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Use Polyanya for path finding - #408

Merged
Indy2222 merged 11 commits into
DigitalExtinction:mainfrom
Indy2222:feature/polyanya
Oct 11, 2023
Merged

Use Polyanya for path finding#408
Indy2222 merged 11 commits into
DigitalExtinction:mainfrom
Indy2222:feature/polyanya

Conversation

@Indy2222

@Indy2222Indy2222 commented Feb 11, 2023

Copy link
Copy Markdown
Collaborator

@Indy2222
Indy2222force-pushed the feature/polyanya branch 13 times, most recently from db48bdb to f71d401CompareMarch 4, 2023 13:48
@Indy2222
Indy2222force-pushed the feature/polyanya branch 14 times, most recently from e2b3042 to 843ba8eCompareMarch 10, 2023 23:38
@Indy2222Indy2222 changed the title Use modified Polyanya for path findingUse Polyanya for path findingMar 11, 2023
Comment threadcrates/pathing/src/finder.rs
@Indy2222
Indy2222force-pushed the feature/polyanya branch 5 times, most recently from f6d21aa to 73b798cCompareOctober 9, 2023 18:21
@Indy2222

Copy link
Copy Markdown
CollaboratorAuthor
thread 'Async Compute Task Pool (1)' panicked at crates/pathing/src/interval.rs:143:9:
assertion failed: side != Side::Straight || ray_a.dir.dot(&ray_b.dir) < 0.

@Indy2222
Indy2222force-pushed the feature/polyanya branch 3 times, most recently from 745ce09 to dbc7fc1CompareOctober 9, 2023 19:24
Comment threadcrates/pathing/src/interval.rs Outdated
@Indy2222
Indy2222 marked this pull request as ready for review October 11, 2023 19:10
@Indy2222
Indy2222 merged commit 9eef4fe into DigitalExtinction:mainOct 11, 2023
@Indy2222
Indy2222 deleted the feature/polyanya branch October 11, 2023 19:33
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

Experiment with Polyanya based path finding Crash during path finding Crash during pathfinding

1 participant

@Indy2222