CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Path Planning Problem

by Oshina Vasishth, Yogita Gigras
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 104 - Number 2
Year of Publication: 2014
Authors: Oshina Vasishth, Yogita Gigras
10.5120/18174-9062

Oshina Vasishth, Yogita Gigras . Path Planning Problem. International Journal of Computer Applications. 104, 2 ( October 2014), 17-19. DOI=10.5120/18174-9062

@article{ 10.5120/18174-9062,
author = { Oshina Vasishth, Yogita Gigras },
title = { Path Planning Problem },
journal = { International Journal of Computer Applications },
issue_date = { October 2014 },
volume = { 104 },
number = { 2 },
month = { October },
year = { 2014 },
issn = { 0975-8887 },
pages = { 17-19 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume104/number2/18174-9062/ },
doi = { 10.5120/18174-9062 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:35:06.782439+05:30
%A Oshina Vasishth
%A Yogita Gigras
%T Path Planning Problem
%J International Journal of Computer Applications
%@ 0975-8887
%V 104
%N 2
%P 17-19
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Path planning is the way of determination of a collision free path between start and goal position through obstacles cluttered in a workspace. Though it is a complex problem, but it is an essential task for the navigation and controlling the motion of autonomous robot manipulators. This NP-complete problem (those problems is difficult to solve specially in a dynamic environment where the optimal path needs to be re-routed in real time when a new obstacle appears. This paper provides two categories of path planning approaches:-Deterministic and Probabilistic approaches. Deterministic methods allow achieving the same result in each execution with the same initial conditions. They are perfectly predictable, hence suitable for static environment, but not effective when they are used in a real time environment as there could be sudden changes in environment. The most used solution to overcome the problem of real time environment are the probabilistic methods such as Particle swarm optimization[pso], Ant colony optimization[aco], genetic algorithm[ga], multi agent path planning,etc.

References
  1. Michael BrandI, Michael MasudaI, Nicole Wehner. 2010. Xiao-Hua Yu1. Ant Colony Optimization Algorithm for Robot Path Planning.
  2. M. Dorigo, V. Maniezzo & A. Colorni. 1996. "Ant System: Optimization by A Colony of Cooperating Agents.
  3. N. Sariff 1 and N. Buniyamin 2 N. Sariff 1 and N. Buniyamin. 2006. , An Overview of Autonomous Mobile Robot Path Planning Algorithm.
  4. Beatriz A. Garro, Humberto Sossa and Roberto A. Vázquez. 2006. Path Planning Optimization Using Bio-Inspirited Algorithms.
  5. Omar souissi, Rabie benatitallah, David duvivier,, AbedlHakim artiba, Nicolas belanger and Pierre feyzeau. 2013. Path Planning: A 2013 Survey .
  6. Kennedy, J. , and Eberhart, R. 1995. Particle Swarm Optimization.
  7. Sharad N. Kumbharana1, Prof. Gopal M. Pandey. 2013. A Comparative Study of ACO, GA and SA for Solving Travelling Salesman Problem.
  8. Pengfei Guo Xuezhi Wang Yingshi Han. 2010. The Enhanced Genetic Algorithms for the Optimization Design.
  9. Brendan Englot and Franz Hover . 2011. Multi-Goal Feasible Path Planning Using Ant Colony Optimization.
  10. Ant Colony System Based Mobile Robot Path Planning . 2010. Song-Hiang Chia, Kuo-Lan Su, Jr-Hung Guo, Cheng-Yun Chung.
  11. Jing Zhou, Guan-Zhong Dai, De-Quan He, Jun Ma, Xiao-Yan Cai. 2009. Swarm Intelligence: Ant-based Robot Path Planning.
  12. Amin Zargar Nasrollahy, Hamid Haj Seyyed Javadi. 2009. Using Particle Swarm Optimization for Robot Path Planning in Dynamic Environments with Moving Obstacles and Target.
  13. B. B. V. L. Deepak, Dayal R. Parhi. 2013. Target Seeking Behavior of an Intelligent Mobile Robot Using Advanced Particle Swarm Optimization.
  14. Alireza1 ALFI. 2011. PSO with Adaptive Mutation and Inertia Weight andIts Application in Parameter Estimation of Dynamic Systems.
  15. Zhang, Y. , Xuan, J. , Benildo, G. D. L. R, Clarke, R. , and Habtom, W. R. 2008. , Reverse engineering module networks by PSO-RNN hybrid modelling. Proceedings of international Conference on Bioinformatics& Computational Biology.
  16. Wu, Q. 2010. Car assembly line fault diagnosis based on robust wavelet SVC and PSO, Expert Systems with Applications.
  17. P. Hart, N. Nilsson, and B. Raphael. 1968. A formal basis for the heuristic determination of minimum cost paths.
Index Terms

Computer Science
Information Sciences

Keywords

Deterministic algorithm probabilistic algorithm aco pso ga A*algorithm dijkstra multi agent path planning.