LazyanArtyom / DCIS

Software System for Implementing Fault Tolerant Surveillance and Targeted Tasks Performance of a Collective Artificial Intelligent and Self-Organized Swarm of Drones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone Collective Intelligence System

A software system aimed at the modeling of self-organizing swarm of drones equipped with collective intelligence for area monitoring and tasks performance is planned to promote.

Setup instructions

This project depends on some packages, which need to be installed prior to build and run it.

Build and run

> cd DCIS && mkdir build && cd build
> cmake .. && cmake --build .
> ./core
> ./dcis

Run with Docker

This example shows how to run project with command line interface (Cli) using docker-compose.

sudo docker-compose up --build

About

Software System for Implementing Fault Tolerant Surveillance and Targeted Tasks Performance of a Collective Artificial Intelligent and Self-Organized Swarm of Drones

License:GNU General Public License v3.0


Languages

Language:C++ 83.6%Language:Python 11.6%Language:HTML 2.9%Language:CMake 1.2%Language:Dockerfile 0.6%