Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 548 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 548 Bytes

AdaptiveFieldDStar

Honours Project. Pathfinding with adaptive mesh refinement. The implementation of the Field D* algorithm in 2D and 2.5D triangle meshes with adaptive refinements. We’re aiming to perform local mesh refinements to produce a fine triangle mesh in areas traversed by a calculated path and iteratively improve the approximation of the path found using this dynamic scheme. We will be investigating the heuristics used by current pathfinding algorithms to direct node expansions in Field D*. Implemented in C++.