Numpy and Scipy implementation of probabilistic roadmaps. Type hints and ease-of-use rather than absolute efficiency I guess, since this project needs to be ported to Java.
Check out https://hyang.io/projects/project-2/ for an overview of the project.
Todo:
- Make Lazy PRM available when the C-space changes
- Implement D* Lite graph traversal for dynamic editing.