Light Augmented Reality System for Interaction in Multi-Robot Scenarios
The main part of dependencies are similar to ARK [1], hence the installation documents are derived from DiODe.
for detailed installation of dependencies check the install_dep.md derived from AILab.
A GUI for running experiments using Kilobot Smart Arena with four tracking cameras
Ubuntu is the preferred OS for LARS
LARS runs as a Qt program, and therefore uses the Qt build tools to generate the make file. There are two ways to do this - in both cases you need a recent version of Qt v.5.6+ installed - on Ubuntu the version in aptitude should do (sudo apt-get install qtcreator
should install everything from Qt that you need).
You also need a CUDA supporting version of OpenCV 3 - you'll need to compile this yourself - here's a guide that should work.
Now either use the QtCreator gui you installed in the previous step (click the hammer button to build - it will prompt you to choose), or run qmake
in the ARK directory to generate the Makefile. There are lots of online guides to help if you have trouble e.g.
QtCreator will run the Makefile for you - from the command line you'll have to do it yourself. If you get build errors you may need to change the path to OpenCV in the .pro file (the syntax is quite simple).
In order to operate the Kilobot's OHC, the user needs to be part of the dialout group. Therefore, add the user to the group dialout
with command
sudo usermod -a -G dialout <user-name>
If you use or adapt LARS in order to generate experimental results, please cite the following paper in any resulting publications:
[1] Reina A., Cope A.J., Nikolaidis E., Marshall J.A.R., Sabo C. (2017) ARK: Augmented reality for Kilobots. IEEE Robotics and Automation Letters 2, 1755-1761.
[2] Raoufi M., Romanczuk P., Hamann H. (2024) LARS: Light Augmented Reality System for Interaction in Multi-Robot Scenarios.