Coder Social home page Coder Social logo

pjanku / kilobotarena Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luigifeola/kilobotarena

0.0 0.0 0.0 325 KB

A GUI for running experiments using Kilobot Smart Arena with four tracking cameras

License: GNU General Public License v3.0

QMake 1.22% C++ 98.49% C 0.30%

kilobotarena's Introduction

KilobotArena

Augmented Reality for Kilobots (ARK)

Installation

A GUI for running experiments using Kilobot Smart Arena with four tracking cameras

Ubuntu is the preferred OS for ARK

KilobotArena is 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).

You also need to install the calibration program to generate calibrated camera maps: KilobotArenaCalibration.

User permission

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>

Citation

If you use or adapt ARK in order to generate experimental results, please cite the following paper in any resulting publications:

  • 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.

See Also

kilobotarena's People

Contributors

ajc158 avatar joefresna avatar jarmarshall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.