Sliding-Window Informed RRT*: A Method for Speeding Up the Optimization and Path Smoothing¶
Authors: Chenming Li, Chaoqun Wang, Jiankun Wang, Yutian Shen, Max Q.-H. Meng
Published: 2021 (Conference Paper)
Source: IEEE International Conference on Real-time Computing and Robotics (RCAR)
Algorithm: SWIRRT*
DOI: 10.1109/RCAR52367.2021.9517672
Summary¶
SWIRRT* addresses the degradation of Informed RRT* in large environments where the ellipsoidal sampling region covers most of the state space. Instead of sampling from a single ellipsoid spanning start to goal, it applies a sliding-window approach that focuses successive local ellipsoids along the current path, accelerating post-initial-solution optimization and improving path smoothness.
Abstract¶
Path planning plays a vital role in robot navigation and manipulation, and multiple types of algorithms have been introduced to address this problem. Rapidly-exploring Random Tree (RRT) based algorithms have many advantages over other path planning algorithms. For example, RRT is suitable to solve the path planning problem in high dimensional space and can easily handle robot differential constraints. Informed RRT* is a method that uses the prolate hyper-spheroid to speed up the optimization process, but its efficiency will decrease to the same level as RRT* when the hyper-spheroid covers most of the state space. To overcome this drawback, we further propose a Sliding-Window Informed RRT* (SWIRRT*), which combines the sliding-window thought into the Informed RRT*, taking the advantage of the initial path and make the path optimization much faster. Simulations in 2D space have been carried out to demonstrate that our proposed method can improve the RRT-like algorithm's convergence speed.
Links¶
Primary
Standard
Tags¶
-
Motion planning
-
Sampling-based planning
-
Asymptotic optimality
-
Sliding-Window Informed RRT*
-
Informed RRT*
-
Sliding window
-
Path smoothing