Yeti

Thymio Discovery Kit - Yeti

piste_ski.jpg

The Discovery kit contains an A1-sized poster and and explanatory sheet. On the sheet you will find 6 games to play with the poster, and also advanced challenges to begin programming Thymio.

How can I get the Kit?

You can find Thymio resellers on this page. It is also possible to download the sheets and print them yourself. The only difference is a silk-screen print layer added on the poster you can buy. This layer reacts better with Thymio's sensors.

Here is the explanatory sheet and the poster for the Yeti Discovery Kit:
- Explanatory sheet
- PDF A1 poster

Calibration

You might need to calibrate your robot for it to follow a black line.

Games around the Yeti's mountain

Discovery

yeti.png

1. Flee, here comes the Yeti!

Goal: scare Thymio
Select the red behaviour on Thymio and put it down on the Yeti! Place one hand ahead of, and the other behind Thymio and see its reaction!

piste.png

2. I see a track!

Goal: follow the widest black line
One of the six basic behaviours allows to do this task, can you find which one it is?

pisteSki.png

3. Thymio goes skiing

Goal: go down the slopes while avoiding the cliffs
With the green behaviour, guide Thymio with your fingers. In the yellow one, Thymio will avoid your hands and finally in the red behaviour, it will flee… Try them all!

sapins.png

4. Beware of the pine trees!

Goal: avoid obstacles
Put small objects on the pine trees to create obstacles for Thymio. Can you find the behaviour allowing it to avoid them?

Curious?

You did everything and want to go further? Install Aseba on your computer and launch "VPL for Thymio". You just have to combine an event block on the left and one or more action blocks on the right! Grab your mouse!

1. Flee, here comes the Yeti!

Goal: scare Thymio
Program the robot so that it plays music when it sees an obstacle ahead and behind it.
Small hint: you will need at least 2 blocks!

yeti.png

2. I see a track!

Goal: follow the widest black line
Try to program the robot so that when it sees black with its ground sensors it goes forward and when it sees white, it turns.
Small hint: you will need at least 6 blocks!

piste.png

3. Thymio goes skiing

Goal: go down the slopes while avoiding the cliffs
Program Thymio so that when it sees black it changes direction.
Small hint: you will need at least 6 blocks!

pisteSki.png

4. Beware of the pine trees!

Goal: avoid obstacles
Program the robot so that when it sees an obstacle, it changes direction.
Be careful not to fall off the table.
Small hint: you will need at least 10 blocks!

sapins.png

5. A long road

Goal: go around the mountain
Put a cylindrical object on the mountain. You can use a sheet of paper and assemble it as shown in the diagram on the left.
Program the robot so that when it sees an obstacle on one side, it moves along it without touching it.
Small hint: you will need at least 4 blocks!

cylindre.png

6. Let’s sing !

Goal: play a melody while passing over the huts
Program the robot so that it follows the line with one sensor and plays music when it detects the huts with the other sensor.
Small hint: you will need at least 6 blocks!

chalets.png

You can see that while programming Thymio with the VPL (with the 'ThymioVPL' program), the code is being simultaneously written at the side.
Most of the time, one 'paragraph' of text code corresponds to an event/action couple of blocks. If you click on one of them, the corresponding paragraph is highlighted.
You can also see that if you change some parameters on the action blocks (motor speed, LED colours, etc.), the code is instantaneously modified.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License