anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
662 stars 430 forks source link

COZMO-9686 Fix rare exception from aborting a just-completed action #78

Closed MarkWez closed 7 years ago

MarkWez commented 7 years ago

Aborting an action that just completed (but didn’t yet receive the event to update from running to complete) no longer results in an exception but now gracefully does nothing. AnimationTrigger class now correctly caches and returns completed event in the case of WaitForCompleted() being called when already complete Animation class now behaves like AnimationTrigger in dispatching EvtAnimationCompleted on completion instead of base Action’s event