Robot Motion Planning Algorithms
A collection of 4 different motion planning methods for a differential drive on a 2D maze example.
This is a motion planning repo adopted from HW5 of CSE276C Mathematics in Robotics (FA22) at UCSD. Following motion planning algorithms are involved:
- Dijkstra’s algorithm
- Voronoi diagram path planning
- Probabilistic roadmap (PRM) path planning
- Rapidly exploring random tree (RRT)
GitHub repo here (Note: the project repo is NOT permently public. It could be set to private as required for academic intergrity. This page demostrates some main results from my project.)