KIOS-Research / AIDERS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiders

Screenshot from 2022-12-15 13-09-46

AIDERS Toolkit

The AIDERS toolkit is a web-based platform that offers various tools for collecting and analyzing emergency response data from UAV sensors. The incident commanders can also command, control and view the drones in real time in a 3D map environment. This enables incident commanders to extract knowledge about the field’s operational conditions and assist them in designing evidence-based response strategies.

There are also several other tools offered that are non-UAV related, such as visualizing static information (e.g a country's infrastructure), create georeferenced 3D objects, or simulate the propagation of a fire.

The toolkit is delivered in a containerized environment (Docker), along with an android application that is responsible for communicating with the UAV.

All the data are collected and stored locally on the machine the platform is installed.

Table of Contents

How to cite

To be completed.

Back to top

Requirements

Since AIDERS runs in a containerized Linux environment, you'd need to have Docker installed and the host machine has to be a Linux distribution:

  • Docker (Tested version: 20.10.11)
  • Linux OS (Tested mostly on Linux Ubuntu 20.04, but any Linux distribution should work)
  • Docker Compose (Tested version: 1.29.2)

Back to top

How to install

  1. Open a terminal window and navigate to the root folder of the project
  2. Make sure the installation script is executable using the command sudo chmod +x ./install.sh
  3. Execute the installation script using the command ./install.sh
  4. Follow the on-screen instructions

Further instructions can be found in AIDERS official site.

Back to top

License

  • AIDERS project is EUPL licensed, as found in the LICENSE file.

Back to top

Contributors

AIDERS was developed by:

and with the help of the following contributors:

We would also like to thank the following external resources and libraries, which were used in the development of this software:

Back to top

Contributing

Everyone is welcome to participate in this project. Whether you are helping others to resolve issues, reporting a new issue that hasn't yet been discovered, suggesting a new feature that would benefit your workflow, or writing code (or tests, or scripts, or ...), we value your time and effort.

The path for contribution starts with the Issues. You can create a new issue in case you discover a new bug or you have a useful suggestion that you’d like to be implemented. If you want to contribute code, fork this repo to your own account. Make your commits on your dev branch (or one based on dev). Once you are finished, you can open a Pull Request to test the code and discuss merging your changes back into the community repository.

Back to top

Data Flow

Following diagram shows how the data travel in the local network

Back to top

Disclaimer

This is an open source software, and is provided to you "as is" without any warranties or guarantees. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the software. Any reliance you place on the information provided by this software is strictly at your own risk.

Back to top

Cool Features

  • Create 3D objects using only 2D drone images as input

    Screenshot from 2022-12-15 12-29-51 Screenshot from 2022-12-15 12-25-56

  • Send a swarm of drones to follow a path autonomously with a click of a button

    Screenshot from 2022-12-15 12-52-29 Screenshot from 2022-12-15 12-52-41

  • Detect vehicles or people and georeference them on the map in real time

    Screenshot from 2022-12-15 13-01-03 Screenshot from 2022-12-15 12-53-51

  • Build an area of interest in real-time using a UAV

    Screenshot from 2022-12-15 13-02-18

  • Download and serve your own map tiles for a country or region to operate in offline mode

    Screenshot from 2022-12-15 12-51-44

  • Create users and operations with permissions

    Screenshot from 2022-12-15 12-35-39

  • Simulate a fire propagation

    Screenshot from 2022-12-15 12-32-21 Screenshot from 2022-12-15 12-32-30

  • Enabling several features together to gain full situational awareness in real time

    Screenshot from 2022-12-15 13-09-46

  • Measure length or area of selected points

    Screenshot from 2022-12-15 12-50-50

Demo Video

Click here to view a demonstration video that shows most of AIDERS functionalities

Back to top

About

License:European Union Public License 1.2


Languages

Language:JavaScript 40.3%Language:C 22.9%Language:Java 12.9%Language:Python 10.9%Language:C++ 4.4%Language:Makefile 2.3%Language:CSS 2.1%Language:HTML 1.6%Language:CMake 1.1%Language:Jupyter Notebook 1.1%Language:Go 0.2%Language:Shell 0.2%Language:Cuda 0.1%Language:Dockerfile 0.0%Language:Kotlin 0.0%Language:AIDL 0.0%Language:Starlark 0.0%Language:Witcher Script 0.0%Language:GLSL 0.0%