Difference between revisions of "Experiments Source Code"
From Kilobots
(Created page with "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 S...") |
(No difference)
|
Revision as of 21:24, 27 April 2017
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. At the moment, these are the only stable plugins available, although we plan to deliver many others in the following months. Stay tuned.
Download the experiments' code
- ID assignment functionality is already included in the ARK main BCS software (available at https://github.com/DiODeProject/KilobotArena)
- the Kilobot control software for ID assignment is: AssignIDsBinary.c
- Automatic positioning code
- BCS code: DirectNavigation.zip
- Kilobot control software code: DirectNavigation.c
- Foraging demo code
- BCS code: ForagingDemoC.zip
- Kilobot control software code: DemoC_kilobot.c