RRT* acceleration using parallel computing method
This is a course project about accelerate RRT_star using parallel computing method.
- Accelarted 4x faster using Pthread and OpenMP compared with sequential RRT algorithm.
- Built RRT* environment using C++ from scratch.
- Visualized the tree building process in MATLAB.