Ibrahim Ibrahim's repositories
visibility-heuristic-path-planner
Highly efficient holistic 2D visibility solution for grid-based environments/maps (C++ and MATLAB). Extends to a planner.
visibility-based-marching
VBM is an efficient exact wave propagation technique that has an O(n) compute and space complexity. Inherently produces globally optimal paths to all grid points. Solves several shortcomings of state-of-the-art FMM.
accelerated-RS-planner
Freespace Reeds-Shepp planner that is an order of magnitude faster than OMPL's implementation with no compromise, no parallelization, and no multi-threading.
underspecified-RS-planner
Introduces and solves the under-specified Reeds-Shepp problem: find the vehicle orientation that results in the shortest path.