• Stars
    star
    10
  • Rank 1,807,489 (Top 36 %)
  • Language
    C
  • Created over 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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++.