Cozmo/SDK

From Anki Bots Wiki
Revision as of 18:01, 17 June 2025 by Toastito (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cozmo Python SDK

The Cozmo SDK is a programming interface that allows users to interact with and control the Cozmo robot, providing access to its advanced robotics and AI capabilities. It enables users to customize Cozmo's movements, expressions, voice, and more, making it a versatile platform for education, research, and entertainment.

PyCozmo

PyCozmo is a pure-Python communication library, alternative SDK, and application for the Cozmo robot . It allows controlling a Cozmo robot directly, without having to go through a mobile device, running the Cozmo app.

The library is loosely based on the Anki Cozmo Python SDK and the cozmoclad (“C-Like Abstract Data”) library.

The project is a tool for exploring the hardware and software of the Digital Dream Labs (originally Anki) Cozmo robot. It is unstable and heavily under development.