Skip to content

thyrlian/CozmoSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CozmoSDK

Anki’s CozmoSDK

About

What is Cozmo

CozmoSDK website

Anki's Repositories on GitHub

Getting Started

Prerequisites

  • Cozmo hardware
  • iOS or Android device
  • USB cable
  • Computer running macOS or Linux

Setup

  • Plug the mobile device containing the Cozmo app into your computer.
  • Open the Cozmo app on the mobile device. Make sure Cozmo is on and connected to the app via WiFi.
  • Tap on the gear icon at the top right corner to open the Settings menu.
  • Swipe left to show the Cozmo SDK option and tap the Enable SDK button.

Steps

cd cozmosdk

# start an interactive shell based on a Nix expression
# for the first time, it would download all dependencies
# for any further trigger, it would use the cached downloads
nix-shell

# to run an example
cd ../cozmo-python-sdk/examples/tutorials/01_basics/
./01_hello_world.py

# to quit this isolated environment, just run `exit`