Skip to content

MISTLab/RASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published