Fully Connected Informed Trees (FCIT*)
Share
Source Code
FCIT* is part of the Vector-Accelerated Motion Planning (VAMP) library. You can find details on how to download and install VAMP on its Github repository.
Description
Fully Connected Informed Trees (FCIT*) is an almost-surely asymptotically optimal path planning algorithm. It leverages single instruction, multiple data (SIMD) edge evaluations and a distributed edge queue to efficiently search fully connected graphs. This finds initial solutions quickly because it considers all possible edges and fully utilizes the current samples. FCIT* finds initial solutions faster than almost-surely asymptotically optimal (e.g. BIT* and ABIT*) and satisficing (e.g. OMPL's RRT-Connect) planners while converging towards optimal plans in an anytime manner.
Bibliography
- Publication
- Conference
- Proceedings of the IEEE International Conference on Robotics and Automation (ICRA)
- Date
- Notes
- Submitted. Manuscript #2982