Getting RobotToolKit

Direct downoad (online browsing only)

RobotToolKit can be downloaded as a tar.gz archive here.

Through the lab svn repository

This option is currently only available to the member of the LASA laboratory @ EPFL

> svn co svn+ssh://username@servername/home/svn/RKT/trunk/RobotToolKit

Next: Installation instructions


Getting Packages

Some additional optional packages are also provided and can easily be installed.

Direct downoad (online browsing only)

Important: Packages should be uncompressed in the $RKTROOT/src/packages folder

Through the lab svn repository

This option is currently only available to the member of the LASA laboratory @ EPFL

Given a package with name PackageName,

> cd $RKTROOT/src/packages
> svn co svn+ssh://username@servername/home/svn/RKT/packages/PackageName/trunk/PackageName

Next: Setting-up packages