Abstract
In this paper, hardware implementation of genetic algorithm for Robot path planning in Globally static Environment is presented. Genetic algorithm is modified and implemented in 8-bit Microcontroller (MCU) PIC18F452. The
genetic algorithm is designed to decrease number of iteration and processing power by using predefined priorities for parent/ initial path generation rather than creating parent paths randomly. The unmanned ground vehicle (UGV) is designed which receives starting node, final destination and obstacles wirelessly, it then create multiple parent paths by using different priorities, cross over to create new child paths, uses distance as fitness function for determining Optimal or shortest path while avoiding the obstacles and uses stepper motors with three- dimensional movements to reach its destination. The environment is 5x5 static Grid Map in which obstacles are known before path planning. The MCU determines optimal path with no obstacles and require minimum distance to reach its destination.
genetic algorithm is designed to decrease number of iteration and processing power by using predefined priorities for parent/ initial path generation rather than creating parent paths randomly. The unmanned ground vehicle (UGV) is designed which receives starting node, final destination and obstacles wirelessly, it then create multiple parent paths by using different priorities, cross over to create new child paths, uses distance as fitness function for determining Optimal or shortest path while avoiding the obstacles and uses stepper motors with three- dimensional movements to reach its destination. The environment is 5x5 static Grid Map in which obstacles are known before path planning. The MCU determines optimal path with no obstacles and require minimum distance to reach its destination.
Original language | English |
---|---|
Pages | 242-247 |
Number of pages | 6 |
DOIs | |
Publication status | E-pub ahead of print - 16 May 2019 |
Event | Proceedings The 5th International Conference on Information Management: ICIM 2019 conference Proceedings (IEEE) - Cambridge, Cambridge, United Kingdom Duration: 24 Mar 2019 → 27 Mar 2019 Conference number: 5 http://www.icim.org/ |
Conference
Conference | Proceedings The 5th International Conference on Information Management |
---|---|
Abbreviated title | ICIM2019 March 24-27, 2019 |
Country/Territory | United Kingdom |
City | Cambridge |
Period | 24/03/19 → 27/03/19 |
Internet address |
Keywords
- Genetic algorithms
- Artificial Intelligence