Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_timed_behavior never ends #200

Open
bhamon opened this issue Aug 9, 2018 · 1 comment
Open

run_timed_behavior never ends #200

bhamon opened this issue Aug 9, 2018 · 1 comment

Comments

@bhamon
Copy link

bhamon commented Aug 9, 2018

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
Copy link
Contributor

msintov commented Aug 27, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants