Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.6 KB

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`