Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 471 Bytes

Robot-Movement

Project managing robot movement from starting point to goal giving max speed and obstacles coords. Uses A* algorithm to find optimal path on a discrete map. Given a way, the task is to follow it with a max speed possible. Also a bit of insufficient genetic algorithm approach were used, gives poor results on a more complex tests.
For more detailed expanation, please refer to .pdf file.
This project is licensed under the terms of the MIT license.