anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
670 stars 436 forks source link

COZMO-7787 Expose the result of an Action more clearly. #81

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

Wrapped the ActionResult from CLAD with a documented Python class to more clearly explain the meaning of each result. Corrected the action documentation to account for in_parallel usage, and how ActionResult relates to that. Updated cube_stack example to print the result for failed pickup or place actions.