Get kids involved with programming and robotics. Using Scratch's drag-and-drop editor, programming Cozmo is now as easy as snapping blocks together. Give kids the ability to use programming to interact with the real world. Learning programming on websites is educational, but boring. Kids need something tangible to play with, and fully appreciate. Cozmo brings programming into the real world. He is aware of his environment, and can interact with it. So lets get playing ... I mean programming.
-
Follow the install guide for the Cozmo SDK
-
Install extra Python libraries
pip3 install --user tornado pillow numpy cozmo[camera]
-
Connect Cozmo to your phone/tablet with the Cozmo app
-
Download the last release
-
Unzip the file
-
Run the Cozmo Controller app:
python3 Cozmo_Controller.py
-
Plug your phone/tablet into your computer
-
Enable the SDK in the Cozmo app
-
Cozmo should say "I am connected"
-
Start programming Cozmo
The current dev version can be found on the develop branch.