Computer Science Department
Brigham Young University
Sample a point (highlighted in pink) and find all nodes in its neighborhood
Find the node in the neighborhood that has the lowest cost (blue)
Rewire all neighbors to the best node if it would improve their cost
A tree with the start node as a square
A new start node (blue square) is made parent of the original and its neighbors are found
Neighbors are rewired to the new start node
Prune a leaf node in the vicinity of the new root after moving start
The performance of OFMT* and ORRT* is comparable to A* on a visibility graph
The best pruning radius was 0.7 units
High cost of being seen
Fixed start and end point
ORRT*
OFMT*
Both algorithms do quite well, but OFMT* appears to be more efficient at adjusting the tree
This work has been partially funded by the Center for Unmanned Aircraft Systems (C-UAS), a National Science Foundation-sponsored industry/university cooperative research center (I/UCRC) under NSF Award No. IIP-1161036 along with significant contributions from C-UAS industry members.
The work was also partially funded by the Robotics Collaborative Technology Alliance.