Difference between revisions of "Experiments Source Code"

From Kilobots
Jump to: navigation, search
Line 1: Line 1:
 
We plan to provide the source code of all experiments and plugins for [[ARK]] (Augmented Reality for Kilobots). Each plugin is composed of the code for the BCS (Base Control Station) and the code for the Kilobot control software.
 
We plan to provide the source code of all experiments and plugins for [[ARK]] (Augmented Reality for Kilobots). Each plugin is composed of the code for the BCS (Base Control Station) and the code for the Kilobot control software.
  
In the paper of ARK ([https://areina.staff.shef.ac.uk/pdf/reina_RAL2017.pdf IEEE Robotics and Automation Letters]), we show three demos: automatic ID assignment, automatic positioning, and foraging. At the moment, these are the only stable plugins available, although we plan to deliver many others in the following months. Stay tuned.
+
In the paper of ARK ([https://areina.staff.shef.ac.uk/pdf/reina_RAL2017.pdf IEEE Robotics and Automation Letters]), we show three demos: automatic ID assignment, automatic positioning, and foraging.  
  
==Download the experiments' code==
+
==Download the ARK Demos experiments' code==
  
 
* ID assignment functionality is already included in the ARK main BCS software (available at https://github.com/DiODeProject/KilobotArena)
 
* ID assignment functionality is already included in the ARK main BCS software (available at https://github.com/DiODeProject/KilobotArena)
Line 19: Line 19:
 
* ARK experiment code to store the image frames and use them for offline tests
 
* ARK experiment code to store the image frames and use them for offline tests
 
** BCS code: [[:File:RecordARKframes.zip|RecordARKframes.zip]]
 
** BCS code: [[:File:RecordARKframes.zip|RecordARKframes.zip]]
 +
 +
==Download the Pheromone experiment code==
 +
 +
The code of the paper A. Font Llenas, M.S. Talamali, X. Xu, J.A.R. Marshall, and A. Reina. '''Quality-sensitive foraging by a robot swarm through virtual pheromone trails.''' In ''Proceedings of 11th International Conference on Swarm Intelligence (ANTS 2018)'', LNCS 11172. Springer 2018
 +
is available here: https://github.com/DiODeProject/PheromoneKilobot

Revision as of 17:49, 4 October 2018

We plan to provide the source code of all experiments and plugins for ARK (Augmented Reality for Kilobots). Each plugin is composed of the code for the BCS (Base Control Station) and the code for the Kilobot control software.

In the paper of ARK (IEEE Robotics and Automation Letters), we show three demos: automatic ID assignment, automatic positioning, and foraging.

Download the ARK Demos experiments' code

  • ARK experiment code to store the image frames and use them for offline tests

Download the Pheromone experiment code

The code of the paper A. Font Llenas, M.S. Talamali, X. Xu, J.A.R. Marshall, and A. Reina. Quality-sensitive foraging by a robot swarm through virtual pheromone trails. In Proceedings of 11th International Conference on Swarm Intelligence (ANTS 2018), LNCS 11172. Springer 2018 is available here: https://github.com/DiODeProject/PheromoneKilobot