-
Notifications
You must be signed in to change notification settings - Fork 115
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
unpack() error on Ubuntu/Indigo #14
Comments
issue was fixed |
how it was fixed? @jsuh719 |
Line 291 of myo_raw.py https://github.com/dzhu/myo-raw/pull/11/files |
Thank You very Much @jsuh719 another little thing do you know why the files generated after running myo.py are empty ? how could I get the files of emg and groy and other stuff ? did you face the same problem? |
Glad I could help. |
@jsuh719 they said that the myo-row data generates files of data here after complying myo.py I got 9 files but all of them was empty don't know why ? do you have any idea Thank you very much for everything |
@larasamirammal The link you got above has failed. Can you send another copy? |
-When running myo-rawNode.py on Ubuntu w/ ROS indigo, it will randomly throw an error
-Sometimes it will freeze right after being called, other times it will run (successfully) for a few seconds before stopping
-The error is always the same:
-The root issue seems to be with the
unpack()
call on line 301 of myo-rawNode.py:which in turn calls the following code in common.py:
Any suggestions/explanations of what's going on with struct/unpack?
Thanks!
The text was updated successfully, but these errors were encountered: