Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
735
result(s) for
"artificial potential field"
Sort by:
A Comparative Analysis of Machine Learning-Based and Conventional Techniques for Real-Time Path Planning in Robotics
by
Salem, Eman
,
Elgammal, Abdullah T.
,
Hussien, Amal M.
in
Algorithms
,
Artificial Potential Field (APF)
,
Collision avoidance
2025
Robot performance and efficiency are greatly affected by motion planning, which is an essential component of robotic control. This paper compares path planning algorithms, including traditional and machine learning-based approaches, for real-time obstacle avoidance and target tracking. The motion planning network (MPNet), a learning-based neural planner, is evaluated alongside several established algorithms: the safe artificial potential field (SAPF), standard artificial potential field (APF), vortex APF (VAPF), and the dynamic window approach (DWA). Simulation results indicate that MPNet outperforms conventional techniques across critical metrics, including path efficiency and collision avoidance. According to simulation data, MPNet outperforms conventional methods like collision avoidance and path efficiency in crucial areas. These findings demonstrate the respective benefits and drawbacks of each algorithm and the effectiveness of learning-based strategies like MPNet in resolving the challenges associated with real-time path planning in dynamic circumstances.
Journal Article
Obstacle Avoidance Path Planning Design for Autonomous Driving Vehicles Based on an Improved Artificial Potential Field Algorithm
by
Sun, Binbin
,
Li, Liang
,
Wang, Pengwei
in
autonomous driving vehicle
,
Autonomous vehicles
,
Control algorithms
2019
Obstacle avoidance systems for autonomous driving vehicles have significant effects on driving safety. The performance of an obstacle avoidance system is affected by the obstacle avoidance path planning approach. To design an obstacle avoidance path planning method, firstly, by analyzing the obstacle avoidance behavior of a human driver, a safety model of obstacle avoidance is constructed. Then, based on the safety model, the artificial potential field method is improved and the repulsive field range of obstacles are rebuilt. Finally, based on the improved artificial potential field, a collision-free path for autonomous driving vehicles is generated. To verify the performance of the proposed algorithm, co-simulation and real vehicle tests are carried out. Results show that the generated path satisfies the constraints of roads, dynamics, and kinematics. The real time performance, effectiveness, and feasibility of the proposed path planning approach for obstacle avoidance scenarios are also verified.
Journal Article
Efficient Local Path Planning Algorithm Using Artificial Potential Field Supported by Augmented Reality
by
Szczepanski, Rafal
,
Bereit, Artur
,
Tarczewski, Tomasz
in
Algorithms
,
artificial potential field
,
Augmented reality
2021
Mobile robots in industry are commonly used in warehouses and factories. To achieve the highest production rate, requirements for path planning algorithms have caused researchers to pay significant attention to this problem. The artificial potential field algorithm, which is a local path planning algorithm, has been previously modified to obtain higher smoothness of path, to solve the stagnation problem and to jump off the local minimum. The last itemized problem is taken into account in this paper—local minimum avoidance. Most of the modifications of artificial potential field algorithms focus on a mechanism to jump off a local minimum when robots stagnate. From the efficiency point of view, the mobile robot should bypass the local minimum instead of jumping off it. This paper proposes a novel artificial potential field supported by augmented reality to bypass the upcoming local minimum. The algorithm predicts the upcoming local minimum, and then the mobile robot’s perception is augmented to bypass it. The proposed method allows the generation of shorter paths compared with jumping-off techniques, due to lack of stagnation in a local minimum. This method was experimentally verified using a Husarion ROSbot 2.0 PRO mobile robot and Robot Operating System in a laboratory environment.
Journal Article
Obstacle avoidance of mobile robots using modified artificial potential field algorithm
by
Wang, Jin
,
Seyyed Mohammad Hosseini Rostami
,
Liu, Xiaozhu
in
Algorithms
,
Collision avoidance
,
Computer simulation
2019
In recent years, topics related to robotics have become one of the researching fields. In the meantime, intelligent mobile robots have great acceptance, but the control and navigation of these devices are very difficult, and the lack of dealing with fixed obstacles and avoiding them, due to safe and secure routing, is the basic requirement of these systems. In this paper, the modified artificial potential field (APF) method is proposed for that robot avoids collision with fixed obstacles and reaches the target in an optimal path; using this algorithm, the robot can run to the target in optimal environments without any problems by avoiding obstacles, and also using this algorithm, unlike the APF algorithm, the robot does not get stuck in the local minimum. We are looking for an appropriate cost function, with restrictions that we have, and the goal is to avoid obstacles, achieve the target, and do not stop the robot in local minimum. The previous method, APF algorithm, has advantages, such as the use of a simple math model, which is easy to understand and implement. However, this algorithm has many drawbacks; the major drawback of this problem is at the local minimum and the inaccessibility of the target when the obstacles are in the vicinity of the target. Therefore, in order to obtain a better result and to improve the shortcomings of the APF algorithm, this algorithm needs to be improved. Here, the obstacle avoidance planning algorithm is proposed based on the improvement of the artificial potential field algorithm to solve this local minimum problem. In the end, simulation results are evaluated using MATLAB software. The simulation results show that the proposed method is superior to the existing solution.
Journal Article
Particle Swarm Algorithm Path-Planning Method for Mobile Robots Based on Artificial Potential Fields
2023
Path planning is an important part of the navigation control system of mobile robots since it plays a decisive role in whether mobile robots can realize autonomy and intelligence. The particle swarm algorithm can effectively solve the path-planning problem of a mobile robot, but the traditional particle swarm algorithm has the problems of a too-long path, poor global search ability, and local development ability. Moreover, the existence of obstacles makes the actual environment more complex, thus putting forward more stringent requirements on the environmental adaptation ability, path-planning accuracy, and path-planning efficiency of mobile robots. In this study, an artificial potential field-based particle swarm algorithm (apfrPSO) was proposed. First, the method generates robot planning paths by adjusting the inertia weight parameter and ranking the position vector of particles (rPSO), and second, the artificial potential field method is introduced. Through comparative numerical experiments with other state-of-the-art algorithms, the results show that the algorithm proposed was very competitive.
Journal Article
Potential functions based sampling heuristic for optimal path planning
2016
Rapidly-exploring Random Tree star (RRT*) is a recently proposed extension of Rapidly-exploring Random Tree (RRT) algorithm that provides a collision-free, asymptotically optimal path regardless of obstacles geometry in a given environment. However, one of the limitation in the RRT* algorithm is slow convergence to optimal path solution. As a result it consumes high memory as well as time due to the large number of iterations utilised in achieving optimal path solution. To overcome these limitations, we propose the potential function based-RRT* that incorporates the artificial potential field algorithm in RRT*. The proposed algorithm allows a considerable decrease in the number of iterations and thus leads to more efficient memory utilization and an accelerated convergence rate. In order to illustrate the usefulness of the proposed algorithm in terms of space execution and convergence rate, this paper presents rigorous simulation based comparisons between the proposed techniques and RRT* under different environmental conditions. Moreover, both algorithms are also tested and compared under non-holonomic differential constraints.
Journal Article
Improved Bidirectional RRT Algorithm for Robot Path Planning
2023
In order to address the shortcomings of the traditional bidirectional RRT* algorithm, such as its high degree of randomness, low search efficiency, and the many inflection points in the planned path, we institute improvements in the following directions. Firstly, to address the problem of the high degree of randomness in the process of random tree expansion, the expansion direction of the random tree growing at the starting point is constrained by the improved artificial potential field method; thus, the random tree grows towards the target point. Secondly, the random tree sampling point grown at the target point is biased to the random number sampling point grown at the starting point. Finally, the path planned by the improved bidirectional RRT* algorithm is optimized by extracting key points. Simulation experiments show that compared with the traditional A*, the traditional RRT, and the traditional bidirectional RRT*, the improved bidirectional RRT* algorithm has a shorter path length, higher path-planning efficiency, and fewer inflection points. The optimized path is segmented using the dynamic window method according to the key points. The path planned by the fusion algorithm in a complex environment is smoother and allows for excellent avoidance of temporary obstacles.
Journal Article
Research on Path-Planning Algorithm Integrating Optimization A-Star Algorithm and Artificial Potential Field Method
2022
A fusion pathfinding algorithm based on the optimized A-star algorithm, the artificial potential field method and the least squares method is proposed to meet the performance requirements of path smoothing, response speed and computation time for the path planning of home cleaning robots. The fusion algorithm improves the operation rules of the traditional A-star algorithm, enabling global path planning to be completed quickly. At the same time, the operating rules of the artificial potential field method are changed according to the path points found by the optimal A-star algorithm, thus greatly avoiding the dilemma of being trapped in local optima. Finally, the least squares method is applied to fit the complete path to obtain a smooth path trajectory. Experiments show that the fusion algorithm significantly improves pathfinding efficiency and produces smoother and more continuous paths. Through simulation comparison experiments, the optimized A-star algorithm reduced path-planning time by 60% compared to the traditional A-star algorithm and 65.2% compared to the bidirectional A-star algorithm path-planning time. The fusion algorithm reduced the path-planning time by 65.2% compared to the ant colony algorithm and 83.64% compared to the RRT algorithm path-planning time.
Journal Article
A Simultaneous Planning and Control Method Integrating APF and MPC to Solve Autonomous Navigation for USVs in Unknown Environments
by
Liu, Jie
,
Peng, Haijun
,
Lu, Chen
in
Angular velocity
,
Artificial Intelligence
,
Autonomous navigation
2022
This paper is devoted to solving autonomous navigation for unmanned surface vessels (USVs) in unknown environments. To overcome the deficiency of the “first planning then tracking” motion control framework, a novel simultaneous planning and control (SPC) method is developed. The developed method combines an improved artificial potential field (IAPF) and model predictive control (MPC) techniques. Improvements in the IAPF are made to deal with constraints on angular velocity. In each step of the SPC method, the IAPF is used for robust and efficient tracking in a short future. And the MPC is implemented to generate actual control commands for high-precision tracking. The IAPF and the MPC work in an alternative way to drive the USV to the prescribed target while avoiding the obstacles detected around. Simulations with static and dynamic obstacles demonstrate the effectiveness of the proposed method. The method works well when maneuvering in complex environments even crossing narrow tunnels.
Journal Article
Obstacle avoidance path planning of 6-DOF robotic arm based on improved A algorithm and artificial potential field method
2024
Most studies on path planning of robotic arm focus on obstacle avoidance at the end position of robotic arm, while ignoring the obstacle avoidance of robotic arm joint linkage, and the obstacle avoidance method has low flexibility and adaptability. This paper proposes a path obstacle avoidance algorithm for the overall 6-DOF robotic arm that is based on the improved A* algorithm and the artificial potential field method. In the first place, an improved A* algorithm is proposed to address the deficiencies of the conventional A* algorithm, such as a large number of search nodes and low computational efficiency, in robotic arm end path planning. The enhanced A* algorithm proposes a new node search strategy and local path optimization method, which significantly reduces the number of search nodes and enhances search efficiency. To achieve the manipulator joint rod avoiding obstacles, a method of robotic arm posture adjustment based on the artificial potential field method is proposed. The efficiency and environmental adaptability of the robotic arm path planning algorithm proposed in this paper are validated through three types of simulation analysis conducted in different environments. Finally, the AUBO-i10 robotic arm is used to conduct path avoidance tests. Experimental results demonstrate that the proposed method can make the manipulator move smoothly and effectively plan an obstacle-free path, proving the method’s viability.
Journal Article