Skip to content

demiurge-project/argos3-smartobject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Compiling ARGoS-Object

Requirements

Before executing the following commands, you need to download, compile, and install argos3: https://github.com/ilpincy/argos3

Compiling the code

The compilation of ARGoS is configured through CMake.

Compiling for the simulator
$ cd argos3-object
$ mkdir build
$ cd build
$ cmake ../src
$ make
$ sudo make install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published