Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significantly improve pathfinding performance on RIO (#476)
* 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