Abstract

In path planning field, Automatic guided vehicle (AGV) has to move from an initial point towards a target point with capability to avoid obstacles. There are A*, D* and D* lite path planning algorithms in the path planning algorithm. This paper proposes a modified D* lite path planning algorithm using the most efficient D* lite among these algorithms. The modified D* lite path planning algorithm is to improve these D* lite path planning algorithm’s weaknesses such as traversing across obstacles sharp corners, or traversing between two obstacles. To do this task, the followings are done. First, a work space is divided into square cells. Second, cost of each edge connecting current node to neighbor nodes is calculated. Third, the shortest paths from the initial point to all multiple target points are computed and the shortest paths from any target point to remaining target points including the goal point are computed by using Hamilton path. Fourth, a cost-minimal path is re-calculated as soon as the laser sensor detects an obstacle and make an updated list of target points. Finally, the validity of the proposed modified D* lite path planning algorithm is verified through simulation and experimental results.

Highlights

  • Automatic guided vehicles (AGVs) are used in many industrial fields for goods delivery, and robot cleaning, health care, etc

  • The path planning of the AGV focuses on how much it costs to reach from the starting point to the target point in the workspace, and how to move to the shortest distance with avoiding obstacles on the route

  • The proposed modified D* lite algorithm is widely used for AGV in static and dynamic environments and it can replan from the current point when there is an obstacle blocking path

Read more

Summary

Introduction

Automatic guided vehicles (AGVs) are used in many industrial fields for goods delivery, and robot cleaning, health care, etc. The path planning of the AGV focuses on how much it costs to reach from the starting point to the target point in the workspace, and how to move to the shortest distance with avoiding obstacles on the route. Koenig proposed Lifelong Planning A*(LPA*) algorithm [1]. A modified D* lite path planning algorithm is proposed to improve the weakness of the D* lite path planning algorithm. The proposed modified D* lite algorithm is widely used for AGV in static and dynamic environments and it can replan from the current point when there is an obstacle blocking path. The validity of the proposed modified D* lite algorithm is verified through simulation and experimental results

Path planning algorithm
Simulation and experimental results
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.