This repository is an implementation of the algorithm described in the paper "Global Path Planning for Autonomous Robot Navigation Using Hybrid Metaheuristic GA-PSO Algorithm" by Hsu-Chih Huang and Ching-Chih Tsai. The program was writen for the "Artificial Intelligence and Expert Systems" course. This course is part of the "MSc in Computer Science" program in University of Piraeus.
- If not already installed, install the [PyGame Library] (http://www.pygame.org/news.html)
- Place all the source files in the same directory.
- If under Windows OS:
- Open
__main__.py
with IDLE and run it
- Open
- If under UNIX-like system:
- Open a terminal
- Move to the proper directory
- Run the program with
python __main__.py
- Allow the user to select the starting and goal position
- Allow the user to switch between other searching algorithms
[MIT License] (http://opensource.org/licenses/MIT)
Copyright (c) 2014 Kiriakos Velissariou
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.