Autonomous navigation on unmanned aerial vehicle (UAV)

This report documents the work of the author’s final year project over the duration of two semesters. This report focuses on comparing two path planners, Fast Marching Method (FMM) and A* search, on UAV also known as drone, that has the same complexity of O(N log N) and completeness. The use of Robo...

Full description

Saved in:
Bibliographic Details
Main Author: Foo, Bryan Kai Xiang
Other Authors: Wang Han
Format: Final Year Project
Language:English
Published: 2019
Subjects:
Online Access:http://hdl.handle.net/10356/77393
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This report documents the work of the author’s final year project over the duration of two semesters. This report focuses on comparing two path planners, Fast Marching Method (FMM) and A* search, on UAV also known as drone, that has the same complexity of O(N log N) and completeness. The use of Robot Operating System (ROS) helps the author simulate a drone in an environment, navigating its way to the end point. This report begins with a brief introduction about autonomous navigation, followed by literature reviews on path planners that are available and recognised in the world of autonomous navigation. Following which, the methodology of conducting the experiments and the results related to Unmanned Aerial Vehicle (UAV) autonomous navigation.