Cozmo/SDK: Difference between revisions
Create stub |
add info |
||
| Line 1: | Line 1: | ||
== 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 == | |||
<code>PyCozmo</code> 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. | |||
[[Category:TODO]] | [[Category:TODO]] | ||
Latest revision as of 18:01, 17 June 2025
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.