-
Notifications
You must be signed in to change notification settings - Fork 45
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
Introduce sleep in pose controller #90
Comments
Thank you for reporting, do not hesitate to make a pull request |
That's basically ONE line. Sorry but, forking, cloning, pushing, open pr, merge, close, remove fork, etc... That's just not justifiable for one LOC. |
@warp1337 sorry but I do not have a robot to test it |
@warp1337 luckily github allows to do a Pull Request from a browser :) with no need of fork, clone, merge, ... |
Help wanted to test the master on Pepper and Nao. Could somebody do it? to check this commit 2bb282b ? |
The pose controller consumes 100% CPU because the controller thread does not sleep. I commented in the corresponding commit.
The text was updated successfully, but these errors were encountered: