A Star Planning

A Star Planning

Implemented A-star Algorithm to find the shortest path between two points. The function returns a global path containing all the nodes which the robot should follow. Given the starting and goal points, the robot gets the global path and move from one node to another till It reaches its final node position.

Technology