Neural Informed RRT*: Learning-based Path Planning with Point Cloud State Representations under Admissible Ellipsoidal Constraints
Neural Informed RRT*: Learning-based Path Planning with Point Cloud State Representations under Admissible Ellipsoidal Constraints
Zhe Huang, Hongyu Chen, John Pohovey, and Katherine Driggs-Campbell
University of Illinois at Urbana-Champaign
[paper] [arXiv] [Main GitHub] [Robot Demo GitHub] [Presentation YouTube] [Robot Demo YouTube]
Zhe Huang
Hongyu Chen
John Pohovey
Katherine Driggs-Campbell
Sampling-based planning algorithms like Rapidly-exploring Random Tree (RRT) are versatile in solving path planning problems. RRT* offers asymptotic optimality but requires growing the tree uniformly over the free space, which leaves room for efficiency improvement. To accelerate convergence, rule-based informed approaches sample states in an admissible ellipsoidal subset of the space determined by the current path cost. Learning-based alternatives model the topology of the free space and infer the states close to the optimal path to guide planning. We propose Neural Informed RRT* to combine the strengths from both sides. We define point cloud representations of free states. We perform Neural Focus, which constrains the point cloud within the admissible ellipsoidal subset from Informed RRT*, and feeds into PointNet++ for refined guidance state inference. In addition, we introduce Neural Connect to build connectivity of the guidance state set and further boost performance in challenging planning problems. Our method surpasses previous works in path planning benchmarks while preserving probabilistic completeness and asymptotic optimality. We deploy our method on a mobile robot and demonstrate real world navigation around static obstacles and dynamic humans.
We thank the Center for Autonomny Robotics Laboratories at the University of Illinois at Urbana-Champaign for providing support for real world deployment of our work. We thank Kaiwen Hong, Shuijing Liu, and Runxuan Wang for their help on the infrastructure of TurtleBot 2i, including SLAM and human detection. This work was supported by the National Science Foundation under Grant No. 2143435.
@inproceedings{huang2024neural,
title={Neural Informed RRT*: Learning-based Path Planning with Point Cloud State Representations under Admissible Ellipsoidal Constraints},
author={Huang, Zhe and Chen, Hongyu and Pohovey, John and Driggs-Campbell, Katherine},
booktitle={2024 IEEE International Conference on Robotics and Automation (ICRA)},
pages={8742--8748},
year={2024},
organization={IEEE}
}