Skip to content

added O(n) spatial collision checker.#641

Open
EthanMBoos wants to merge 1 commit into
Ubuntu-24.04from
spatial-collision
Open

added O(n) spatial collision checker.#641
EthanMBoos wants to merge 1 commit into
Ubuntu-24.04from
spatial-collision

Conversation

@EthanMBoos
Copy link
Copy Markdown
Collaborator

  • drop in replacement for O(n^2) SimpleCollision

- drop in replacement for O(n^2) SimpleCollision
@EthanMBoos EthanMBoos requested a review from wfsyre May 1, 2026 16:37
@EthanMBoos EthanMBoos self-assigned this May 1, 2026
@EthanMBoos
Copy link
Copy Markdown
Collaborator Author

I ran a few sample missions here with different numbers of agents. Looks to save 30%-40% of time depending on the mission. Could be good for bigger bulk sim runs.

I also verified # of hits was the same on each run, but this was on the toy straight.xml mission and I am not confident that 100% of the time # of SpatialCollisions = SimpleCollisions. Needs some side by side testing.

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.

1 participant