Rapidly-exploring Random Trees (RRTs) are successful in single-query motion planning problems. The standard version of RRT grows a tree from a start location and stops once it reached the goal configuration. RRT-Connect is the bidirectional version of RRT, which grows two trees simultaneously. These two trees try to establish a connection to stop searching. RRT-Connect finds solutions faster than RRT. Following that, an asymptotically optimal version of RRT-Connect called RRT∗-Connect has been introduced. It not only rewires both trees while they are growing, but also it keeps searching the state space for better solutions than the current one. However, it is inefficient and inconsistent to search all over the state space in order to find better solutions than the current one concerning its single-query nature. The better way is to look through states that can provide a better solution. In this paper, we propose Informed RRT∗-Connect, which is the informed version of RRT∗-Connect that uses direct sampling after the first solution found. Unlike RRT∗-Connect, the proposed method checks only the states that can potentially provide better solutions than the current solution. The proposed method benefited from the properties of RRT∗-Connect and informed sampling, which offers low-cost solutions with fewer iterations in comparison to RRT∗-Connect. Different simulations in OMPL have been carried out to show the significance of Informed RRT∗-Connect in comparison with RRT∗, Informed RRT∗, and RRT∗-Connect.
CITATION STYLE
Mashayekhi, R., Idris, M. Y. I., Anisi, M. H., Ahmedy, I., & Ali, I. (2020). Informed RRT∗-Connect: An Asymptotically Optimal Single-Query Path Planning Method. IEEE Access, 8, 19842–19852. https://doi.org/10.1109/ACCESS.2020.2969316
Mendeley helps you to discover research relevant for your work.