All Projects → Elucidation → Uav Motion Planner Ensemble

Elucidation / Uav Motion Planner Ensemble

A Matlab motion planner ensemble of a global Voronoi model and a local Potential Field model

Programming Languages

matlab
3953 projects

Simultaneous Planning Localization And Mapping For Unmanned Aerial Vehicles

Authors: Bill, Kyel, Sam, Will. Final Class Report

Published in ICRA: Kyel Ok, Sameer Ansari, William Gallagher, William Sica, Frank Dellaert, Mike Stilman, "Path Planning with Uncertainty: Voronoi Uncertainty Fields." IEEE International Conference on Robotics and Automation 2013.

This project is a MATLAB Simulator for UAV navigation with vision uncertainty using SLAM. The goal is to implement this on a raptor quadcopter Spring 2012, with the intent to use in search and rescue operations in forested environments.

More Images & Videos

Final simulation Traveled Path

The build progress is documented on the class wiki.


The goal of the project is to implement a planning technique into the SLAM framework, using a local planner to direct the path towards the global exploration goal. This work is motivated to improve SLAM performance in uncertain or rapidly changing environments, such as search and rescue missions in a forest using a UAV.

This simulator is written as part of a research assignment for the GeorgiaTech course Robotics Intelligence & Planning (Fall 2011).

The simulator is written as a script with user defined variables, accessible through simulator_main.m

Global Planner

A Global planner is implemented using a Voronoi diagram with DFS or A* search through nodes to the global goal. This is updated each turn based on uncertainty and UAV/robot position

Local Planner

A local planner implemented using potential field with gradient descent. Only visible (within a range of UAV) obstacles are considered. This is updated each turn based on uncertainty and UAV/robot position

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].