Difference between revisions of "Kilobot and ARK simulation"
From Kilobots
(Created page with "To simulate the Kilobot robot we recommand to use [https://www.argos-sim.info ARGoS] simulator and its [https://github.com/ilpincy/argos3-kilobot Kilobot plugin] for the numer...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | To simulate the Kilobot | + | To simulate the Kilobot, we recommend using [https://www.argos-sim.info ARGoS] simulator and its [https://github.com/ilpincy/argos3-kilobot Kilobot plugin]. Simulating the Kilobots using [https://www.argos-sim.info ARGoS] offers numerous advantages, including the ability to simulate the ARK system. |
+ | |||
+ | [https://www.argos-sim.info ARGoS] simulates the ARK system as part of its [https://github.com/ilpincy/argos3-kilobot Kilobot plugin] through the so-called ARK loop function (ALF). The ALF loop function was developed in a way that facilitates the passage from the real system to the simulator and vice-versa. The [https://github.com/ilpincy/argos3-kilobot Kilobot plugin] comes with two examples of using ALF (i.e. simulating the ARK system). These examples can be found in '''src/examples/loop_functions/ARK_loop_functions''' folder within the [https://github.com/ilpincy/argos3-kilobot Kilobot plugin]. |
Latest revision as of 12:07, 22 November 2020
To simulate the Kilobot, we recommend using ARGoS simulator and its Kilobot plugin. Simulating the Kilobots using ARGoS offers numerous advantages, including the ability to simulate the ARK system.
ARGoS simulates the ARK system as part of its Kilobot plugin through the so-called ARK loop function (ALF). The ALF loop function was developed in a way that facilitates the passage from the real system to the simulator and vice-versa. The Kilobot plugin comes with two examples of using ALF (i.e. simulating the ARK system). These examples can be found in src/examples/loop_functions/ARK_loop_functions folder within the Kilobot plugin.