Introduction: Mine Detector and Shortest Path Finder

There are two synchronized robots to simulate a scenario for navigation of a troop by taking the shortest path and avoiding land mines.
1. One with a metal detector detecting mine locations and sending their coordinates to the other robot via Bluetooth module.
2. Second robot finds the shortest path(using dijkstra's algorithm) from bottom most point to the top most point avoiding those minds.