scispace - formally typeset
Open AccessJournal ArticleDOI

A comparative review on mobile robot path planning : classical or meta-heuristic methods?

TLDR
Dijkstra ’s Algorithm (DA) is considered a benchmark solution and Constricted Particle Swarm Optimization (CPSO) is found performing better than other meta-heuristic approaches in unknown environments.
About
This article is published in Annual Reviews in Control.The article was published on 2020-01-01 and is currently open access. It has received 92 citations till now. The article focuses on the topics: Motion planning & Dijkstra's algorithm.

read more

Citations
More filters
Journal ArticleDOI

Patrol robot path planning in nuclear power plant using an interval multi-objective particle swarm optimization algorithm

TL;DR: In this article , an interval multi-objective path planning (PP) scheme for patrol robot in nuclear power plant is presented, and the purpose of this PP scheme is to find collision-free paths with the shortest length and smallest risk degree.
Journal ArticleDOI

The EBS-A* algorithm: An improved A* algorithm for path planning

TL;DR: An improved A*-based algorithm is proposed, called the EBS-A* algorithm, that introduces expansion distance, bidirectional search, and smoothing into path planning, and improves the path planning efficiency by 278% and reduces the number of critical nodes by 91.89%.
Journal ArticleDOI

GWO-Potential Field Method for Mobile Robot Path Planning and Navigation Control

TL;DR: The results show that the proposed method has out-performed to shorten the path length as well as ensured collision-free navigation and virtual intermediate targets (VITs) makes the navigation free from any dead-end situation, even in a cluttered environment.
Journal ArticleDOI

Switch controllers of an n-link revolute manipulator with a prismatic end-effector for landmark navigation

TL;DR: In this article , a new set of stabilizing switched velocity-based continuous controllers was derived using the Lyapunov-based Control Scheme (LbCS) from the category of classical approaches where switching of these nonlinear controllers is invoked by a new rule.
Journal ArticleDOI

A Fusion Method of Local Path Planning for Mobile Robots Based on LSTM Neural Network and Reinforcement Learning

TL;DR: A novel algorithm based on the combination of a long short-term memory (LSTM) neural network, fuzzy logic control, and reinforcement learning is proposed, and uses the advantages of each algorithm to overcome the other’s shortcomings.
References
More filters
Journal ArticleDOI

Differential Evolution – A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces

TL;DR: In this article, a new heuristic approach for minimizing possibly nonlinear and non-differentiable continuous space functions is presented, which requires few control variables, is robust, easy to use, and lends itself very well to parallel computation.
Journal ArticleDOI

A note on two problems in connexion with graphs

TL;DR: A tree is a graph with one and only one path between every two nodes, where at least one path exists between any two nodes and the length of each branch is given.
Proceedings ArticleDOI

Cuckoo Search via Lévy flights

TL;DR: A new meta-heuristic algorithm, called Cuckoo Search (CS), is formulated, based on the obligate brood parasitic behaviour of some cuckoo species in combination with the Lévy flight behaviour ofSome birds and fruit flies, for solving optimization problems.
Journal ArticleDOI

Probabilistic roadmaps for path planning in high-dimensional configuration spaces

TL;DR: Experimental results show that path planning can be done in a fraction of a second on a contemporary workstation (/spl ap/150 MIPS), after learning for relatively short periods of time (a few dozen seconds).
Proceedings ArticleDOI

RRT-connect: An efficient approach to single-query path planning

TL;DR: A simple and efficient randomized algorithm is presented for solving single-query path planning problems in high-dimensional configuration spaces by incrementally building two rapidly-exploring random trees rooted at the start and the goal configurations.
Related Papers (5)
Frequently Asked Questions (9)
Q1. What are the contributions in "A comparative review on mobile robot path planning : classical or meta-heuristic methods?" ?

This study explores the implementation of many meta-heuristic algorithms, e. g. Genetic Algorithm ( GA ), Differential Evolution ( DE ), Particle Swarm Optimization ( PSO ) and Cuckoo Search Algorithm ( CSA ) in multiple motion planning scenarios. The study provides comparison between multiple meta-heuristic approaches against a set of well-known conventional motion planning and navigation techniques such as Dijkstra ’ s Algorithm ( DA ), Probabilistic Road Map ( PRM ), Rapidly Random Tree ( RRT ) and Potential Field ( PF ). Several performance measures such as total travel time, number of collisions, travel distances, energy consumption and displacement errors are considered for assessing feasibility of the motion planning algorithms considered in the study. 

The classical algorithms for motion planning considered in this study are Potential Field (PF), Dijkstra’s Algorithm (DA), Rapidly-explore Random Tree (RRT) and Probabilistic Road Map (PRM). 

The worst performing method in this performance measure factor is RRT where all sub-experiments have at least 15% performance difference compared to DA. 

CPSO closely followed with an average performance of 453.9 iterations and GA as the third best performing algorithm for this category with an average of 462.0 iterations. 

2. Execution Time (s): DA set the benchmark with an average execution time where it clocked only 87.55 seconds to complete the navigation task. 

5. Convergence Iteration: CPSO outperformed other meta-heuristic methods in average convergence iterations performance factor with 370.0 iterations. 

2. Execution Time (s): CPSO managed to outperform other algorithms including DA with 252.66 seconds on average across 10 executions. 

Within variants of PSO considered in this study, TVAC is found to be the worst performing variant since it has never achieved less than 5% performance difference from DA. 

PF and DE are the second and third best performing methods in this experiment due to their consistent high performances in most categories across all three sub-experiments in this layout.