Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.46 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.46 KB

Motion Planning for a Quadcopter

In this project, we aim to learn and implement different motion planning algorithms.

Path planning algorithms for point object

Dijkstra

A star

Artificial Potential Field

Quiver Plot for APF method

Motion Planning for a quadcopter

Here we tried to implement Astar algorithm to achieve motion planning of a quadcopter. Further we tried to implement minimum snap to minimise the control effort.

References