poppy-project / ucia

GNU General Public License v3.0
3 stars 5 forks source link

Init - Feedback visuel #33

Closed EtienneSchmitz closed 10 months ago

EtienneSchmitz commented 10 months ago

Ajouter un feedback le temps de l'initialisation du robot (dû majoritairement à l'initialisation de l'IA

Idée d'implémentation donné par les membres :

davidjsherman commented 10 months ago

Roue = DEL horloge tournant ?

EtienneSchmitz commented 10 months ago

Oui, j'ai mise à jour la description de l'issue pour être plus clair.

davidjsherman commented 10 months ago
var working = 0
var H[8] = [20,0,0,0,0,0,0,0]

onevent acc
if working != 0 then
    call leds.circle(H[0],H[1],H[2],H[3],H[4],H[5],H[6],H[7])
    H = [H[7],H[0],H[1],H[2],H[3],H[4],H[5],H[6]]
else
    call leds.circle(0,0,0,0,0,0,0,0)
end