Mine Detector and Shortest Path Finder

by techie29 in Circuits > Robots

2561 Views, 25 Favorites, 0 Comments

Mine Detector and Shortest Path Finder

mine_detector.jpg
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.