Shubham Wani , Linfeng Li and Yang Liu
This project implements the following features:
- Motion primitive generation using bicycle model to grow tree.
- Find closest point in RR Tree and extend trees to cover entire area.
- Structs used to store data for nodes i.e. distance, parents, cost etc.
- Sampling area decreases and the shortest path among those found is shown.
- Tested in a simulated environment and was found to be successful at guiding vehicles into parking spots and finding the shortest path to a destination.
- Ellipse-Informed RRT and goal-sampling optimizations were used to improve the efficiency and accuracy of the system. The results demonstrate the potential of this technology to improve the safety, efficiency, and cost-effectiveness of parking structures and autonomous vehicles.
- Refer to the REPORT for detailed conclusions and plots
MATLAB, R2020a ed. Natick, Massachusetts: The MathWorks Inc.
- J. D. Gammell, S. S. Srinivasa and T. D.Barfoot, "Informed RRT" doi: 10.1109/IROS.2014.6942976.
- Rapidly-Exploring Random Trees: A New Tool for Path Planning, Steven L Lavalle.