Skip to content

Pixhawk & Raspberry Pi based remote controlled or autonomous 8-armed UAV for fire fighting and flood relief distributing. Part of BSc. project - 2017.

License

Notifications You must be signed in to change notification settings

ArghyaChatterjee/fire-and-flood-fighter-octocopter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire and Flood Fighter Octocopter

It's a Pixhawk & Raspberry Pi based remote controlled or autonomous 8-armed UAV which will fight as firefighter & work as flood relief distributor.

The project was featured at IEEE Maker Fair Website: https://transmitter.ieee.org/makerproject/view/cabcb

Table of Contents

Introduction

Hardware

Project Contributors

  • Arghya Chatterjee
  • Rumayel Hasan Pallock
  • Boshra Aziz Roshni
  • Al Mamun

Live Demo

For watching the copter in action, please visit here.

Fire Fighter Octocopter

Mission Planner for Ground Station

Mission Planner Overview

Launch on Windows

mono MissionPlanner.exe

You can debug Mission Planner on Mono with:

MONO_LOG_LEVEL=debug mono MissionPlanner.exe

Flood Relief Distributor Octocopter

Compile On Linux

Those instructions were tested on Ubuntu 16.04. Please install Mono, either :

sudo apt install mono-runtime libmono-system-windows-forms4.0-cil libmono-system-core4.0-cil libmono-winforms2.0-cil libmono-corlib2.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil

or full Mono :

sudo apt install mono-complete

Face Recognition During Delivery Mission

  1. Update libraries:
sudo apt-get update
sudo apt-get upgrade
  1. Installing Face Recognition Module:
sudo apt-get install build-essential cmake
sudo apt-get install python3-setuptools
sudo apt-get -y install python3-pip
sudo pip3 install dlib
sudo pip3 install face_recognition
  1. Running the Delivery Recognition model:
cd ~/UAV Delivery Recognition 
python3 drone_delivery.py

Project Goal

About

Pixhawk & Raspberry Pi based remote controlled or autonomous 8-armed UAV for fire fighting and flood relief distributing. Part of BSc. project - 2017.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages