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.
This project depends on some packages, which need to be installed prior to build and run it.
> cd DCIS && mkdir build && cd build
> cmake .. && cmake --build .
> ./core
> ./dcis
This example shows how to run project with command line interface (Cli) using docker-compose.
sudo docker-compose up --build