Stáhnout prezentaci
Prezentace se nahrává, počkejte prosím
ZveřejnilPavel Esterka
1
NAIL108
2
p
3
Robots Dancing Quadrille Our robots are enjoying their lives as we people do. One day, they decided to attend the dancing course. There, they get instructions where to go and how to be with the rhythm. And then our robots gather to dance the quadrille... For example, the robot may receive this: E1 T15 B2 T35 3A T45 4C T55 D2 T70 and then it runs as sketched on the picture:
4
Robot Dance
6
More links Ketchup House 2014, 2015 Ketchup House 20142015 100 Robis dancing 100 Robis dancing Bobcat Square Dance Bobcat Square Dance
7
Domácí úkol 1. nainstalujte si Arduino (nebo libovolné jiné vývojové nástroje pro AVR) a 28.4. si tenhle notebook přineste 2. rozmyslete implementaci robotické čtverylky s BoeBotem 3. přečtěte si pravidla Ketchup House (hřiště zatím z 2014) 4. rozmyslete, co by bylo potřeba na BoeBotovi udělat, aby se dal použít pro Ketchup House 5. vymýšlejte další prezentační možnosti s BoeBotem 6. rezervujte si 28.5. na Vědohraní
8
printf @ Arduino int serial_putchar(char c, FILE* f) { if (c == '\n') serial_putchar('\r', f); return Serial.write(c) == 1 ? 0 : 1; } FILE serial_stdout; void setup() { fdev_setup_stream(&serial_stdout, serial_putchar, NULL, _FDEV_SETUP_WRITE); stdout = &serial_stdout; }
9
BoeBot setup left CNY … right CNYD3... D7 button … D8 left motor … 12 right motor … 13
Podobné prezentace
© 2024 SlidePlayer.cz Inc.
All rights reserved.