anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
662 stars 430 forks source link

COZMO-8803 Replace name_face Action with Behavior #104

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

Face.name_face was removed in a recent update as the Action to perform this internally was removed. This has been replaced with a Behavior, so the method has been revived to use that. To enable the use of a Behavior in a way closer to an Action, the behavior code has been updated to track changes in behavior to allow to wait for a behavior to complete, and also catch when a behavior never starts (e.g. if it is not considered runnable if various engine preconditions are not met).