/RASS

Primary LanguageC++

RASS

To run RASS (previously named DORA-Mesh), it is important the perform the installation steps below IN ORDER.

cd /DORA-Mesh/src/controller
mkdir build
cd build/
cmake ../src
make
sudo make install
  • Compile the ARGoS loop functions:
cd DORA-Mesh/src/loop_functions
mkdir build
cd build/
cmake ../src
make
sudo make install
  • Run the experiment with ARGoS:
cd DORA-Mesh/src
make
argos3 -c dora-mesh.argos