Collection of classes and functions to allow 2D/3D path generation with heuristic algorithms such as A*, Theta* and LazyTheta* and ROS Interfaces ...
This project, developed for an Introduction to Artificial Intelligence course, focuses on implementing search algorithms to solve pathfinding problems. It demonstrates foundational AI concepts such as ...