Skip to content

Commit

Permalink
Significantly improve pathfinding performance on RIO (#476)
Browse files Browse the repository at this point in the history
* Java pathfinding performance improvements

* fix potential pathfinding infinite loop

* fix infinite loop in c++

* port java performance improvements to c++

* protect obstacles set with request lock

* preemptively change request booleans

* use wpi::mutex and scoped_lock
  • Loading branch information
mjansen4857 authored Nov 17, 2023
1 parent 116341a commit 4acdc2f
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 234 deletions.
Loading

0 comments on commit 4acdc2f

Please sign in to comment.