CSpyridakis / TUC-ECE-Thesis

Diploma Thesis Documents - Electrical and Computer Engineering

Home Page:https://doi.org/10.26233/heallink.tuc.91531

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TUC-ECE-Thesis CC BY-NC 4.0 GitHub repo size wakatime

Thesis title

Design and implementation of a low cost embedded system for localization of drones flying in swarms

Abstract

The requirement for object localization has existed for thousands of years, and over the past 70 years, we have even taken advantage of digital methods to achieve it. The following thesis focuses on the attempt to combine the above idea with the most advanced technology of UAVs and implement the first generation of a low-cost system for estimating the position of an object with the help of a swarm of drones. The prosecution of prior art research has distinguished the number of different methods already used in the literature to solve similar problems. In such methods, we often use Radio Frequencies - like GPS, WiFi, UWB, cellular, and Lora networks -, sound waves, or vision-related ones by operating cameras and LiDAR. It was also essential to understand the mathematical background behind these approaches and determine their complexities since the selection of the hardware for this kind of embedded systems often relies on the operating principles and resources that each one needs. These are related to how we calculate distances and angles by applying RSSI, TDoA, AoA, or even Stereo Vision techniques, and how we utilize this information in algorithms like Triangulation, Trilateration, or Hyperbolic Positioning to achieve localization. By comprehending each approach necessity, this work presents a two-tier system, in which worker nodes estimate the distance between the object of interest and camera through monocular vision and structure from reference. Then, through the principle of Multilateration, we finally achieve estimating its position by the system orchestrator node, called master. We first performed experiments in both indoor and outdoor scenarios from single worker nodes. Then, we used the data taken from the above procedure to simulate the operation of the entire proposed system. To complete this work, we also introduce a mechanism to estimate the ID of the detected object through frequency analysis of flashing led.

System

Single node view

single-drone-view

Multiple nodes view

multiple-drones-view

Position Estimations

position-estimations

Proposed System

proposed-system

Documents

  • Thesis proposal is available here.
  • Init version of technical specification document is available here.
  • Complete Thesis document is available here and here.
  • Code for this thesis implementation is available here.
  • Video from the presentation is available here.

Bibliographic Citation

Christos Spyridakis, "Design and implementation of a low cost embedded system for localization of drones flying in swarms", Diploma Work, School of Electrical and Computer Engineering, Technical University of Crete, Chania, Greece, 2022 https://doi.org/10.26233/heallink.tuc.91531

License

CC BY-NC-SA 4.0

About

Diploma Thesis Documents - Electrical and Computer Engineering

https://doi.org/10.26233/heallink.tuc.91531

License:Other


Languages

Language:TeX 99.5%Language:Makefile 0.5%