Rotation project — Harvard/Northeastern robotics

A rotation project surveying sampling-based motion planning algorithms used in robotics. I implemented RRT (Rapidly-exploring Random Tree) and PRM (Probabilistic Roadmap) from scratch in Julia, then evaluated how increasing environmental clutter affected planning success rates. I also reviewed the FMT* paper and its asymptotic optimality proof.

Entirely my own work.