zayfod / pycozmo

A pure-Python communication library, alternative SDK, and application for the Cozmo robot.
MIT License
173 stars 58 forks source link

Extend client API #24

Open zayfod opened 3 years ago

zayfod commented 3 years ago

PyCozmo provides access to most low-level communication messages, part of the Cozmo protocol, as described here: https://github.com/zayfod/pycozmo/blob/master/pycozmo/protocol_declaration.py

Only a small portion of the low-level functionality is exposed through the Client class API.

The below methods, properties, and events available in the Anki Python Cozmo SDK can easily be added.

Methods:

Properties:

Events: