Alphabet
Alphabet subsystem for formations
We have also developed a special type of formation that can be used with Clovers, which would be letter and word formation. The code itself is in the file alphabet.py
, it only has seven letters in total, specifically the A, C, E, O, S, X and our logo called SWARM_S. For the letters mentioned basically a Numpy array was created with the coordinates of the points corresponding to the drones.
In addition different types of fills were created, these being: Simple, Medium, Full, which correspond from the minimum to the maximum number of points that can compose the Letter of each word.
How to use it
You can use the alphabet.py
file and give the following command:
The second way is by using the menu after you have launched the simulation, as below. After that you will select the letter "a" and write the desired word or letter.
Because we have limited letters an alternative was to use a website that creates STL files of phrases and letters in different formatting styles. The site is at the link. From this file you can use another function called Formation 3D.
Last updated