Robotic path planning using rapidly-exploring random trees

This study concerns the implementation of Rapidly-Exploring Random Trees (RRTs) algorithm for an autonomous robot path planning. RRTs possesses a number of advantages such as relatively simple, suitable for finding a path for a robot with dynamic and physical constraints, the expansion of RRT is...

全面介绍

Saved in:
书目详细资料
主要作者: Sherwani, Fahad
格式: Thesis
语言:English
English
出版: 2013
主题:
在线阅读:http://eprints.uthm.edu.my/1898/1/24p%20FAHAD%20SHERWANI.pdf
http://eprints.uthm.edu.my/1898/2/FAHAD%20SHERWANI%20WATERMARK.pdf
标签: 添加标签
没有标签, 成为第一个标记此记录!
实物特征
总结:This study concerns the implementation of Rapidly-Exploring Random Trees (RRTs) algorithm for an autonomous robot path planning. RRTs possesses a number of advantages such as relatively simple, suitable for finding a path for a robot with dynamic and physical constraints, the expansion of RRT is heavily biased toward unexplored areas of search space and the number of edges is minimal. However, the planned path by using basic RRT structure might not always be optimal in terms of path length. Therefore, a path pruning method has been proposed to address this issue and improve the overall performance of the RRTs. Through simulations, the path pruning method has been proven to reduce paths lengths while preserving the aforementioned advantages of RRTs. A Graphical User Interface (GUI) has also been developed to demonstrate the RRTs technique in planning a path for an autonomous robot. The GUI package is designed to be interactive and user�friendly even for the users with minimal or no guidance and practice.