You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of A Star algorithm to find the shortest possible path in an arena. The arena is a grid of given size. Initial cell and destination cell of the robot fin the grid is known. This implementation traces the shortest path and sends motion commands to the robot for path traversal.