Robotics · October 2020

A* Planning

A* PlanningA* Planning

An implementation of the A* algorithm to find the shortest path between two points. Given a start and goal position, the robot computes a global path and moves node-to-node until reaching its final position.

PythonROS