Dear all,
Here is a short news about a project I did at Grenoble, France, with Lycée Polyvalent Ferdinand Buisson (It’s an high School very very important in our region): https://sites.google.com/site/fb38lanat/
This high school contacted us to show Poppy Humanoid to two different classrooms (High School Level - Classe de Seconde et Classe de Terminal, option technologique, option ISN). The students are between 15 years old and 18 years old.
The aim of this workshop was :
- Present Poppy and what Inria is doing in terms of research in Robotics.
- Install all the required libraries on the High School Computers to let the students learn how to program - using Python (Ipython Notebooks) or SNAP! - and playing with Poppy Humanoid and other creatures.
So what I did is :
- Grab all the required tools and libraries on an USB key. Be aware that many high schools in France uses Windows 7 or 10
It means that I download : Anaconda for Windows, V-REP for Windows, SNAP!
- The High School let their students to be “Administrator” of the windows machine and they also get a WIFI access. As a consequence all the computers/students could install the Pypot, PoppyHumaonoid and Poppy-Creature Libraries (Pip install … bla bla …).
Once all these tools has been installed, the students started to play with PoppyHumaoind in VREP. Either they used the Python scripts … either they used SNAP!
Very quickly most of them started to use SNAP! rather than playing with Python
The exercises ?
- They had to** make poppy say ‘yes’ and ‘no’** with his head. This means that the student has to learn how to use a ‘repeat’ loop, a 'for … in ’ loop. Of course they used the V-REP simulator. We did not had time to test their program on the real robot.
- Next, they had to make Poppy applause in the simulator VREP. It included many very nice algorithms (if … then … else… for in … while … instructions).
ALL the Students… yes … ALL OF THEM SUCCEEDDED !! YOUAHHHH !!!
Next actions ?
The teacher learned a lot thanks to this experience, he knows how to program (and install) poppy creatures… He wants to develop a lot of activities around Poppy, the simulator V-REP and the graphical editor SNAP!
Thanks to the Poppy Robot (and V-REP simulator) the teacher can teach programming with a very motivating mean : using Robots is a good excuse to get on programming !
Next the high School wants to create a Robotic Club and I guess that Poppy Experience has convinced many teachers and students : 3 students (17 years old) came with their own computer to install all the resuired tools to program by themselves Poppy robots
Let’s wait and see now !