incognite-lab / Pepper-Controller

Python controller for Pepper humanoid robot. It allows to write apps in Python. There are examples of simple applications for Pepper. We develop GUI to operate the robot and run custom apps
http://incognite.ciirc.cvut.cz
35 stars 15 forks source link

Request: Add Blockly support #1

Closed peterparnes closed 3 years ago

peterparnes commented 3 years ago

Request: A really nice development would be to add Blockly where kids (of all ages) could program Pepper using graphical programming and have it deployed in real-time to the robot. Blockly->Python is there but I am unsure if it is Python2 or 3.

michalvavrecka commented 3 years ago

Dear Peter,

this software is designed for programming Pepper robot from Python keeping in mind all advantages of this approach. If you would like to program Pepper with GUI, there are Choreographe and PandaSuite suitable for this task. Especially PandaSuite is very similar to Blocky type of programming.