cozmo-python-sdk icon indicating copy to clipboard operation
cozmo-python-sdk copied to clipboard

run_timed_behavior never ends

Open bhamon opened this issue 6 years ago • 1 comments

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)

bhamon avatar Aug 09 '18 16:08 bhamon

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

msintov avatar Aug 27 '18 20:08 msintov