anki / cozmo-python-sdk

Anki Cozmo Python SDK
Other
661 stars 427 forks source link

run_timed_behavior never ends #200

Open bhamon opened 5 years ago

bhamon commented 5 years ago

When calling run_timed_behavior, the call properly returns at the end of the animation but the behavior continues to play.

To reproduce this, you can simply add the following lines to the cozmo_program function of the 04_stack_or_roll example:

print("ok")
while True:
    timer.sleep(1)
msintov commented 5 years ago

Hi @bhamon! Thank you for the bug report. We will investigate.