-
Notifications
You must be signed in to change notification settings - Fork 22
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
ERROR bad callback: <PyCall.jlwrap jl_cb>
when trying to use with sensor_msgs/Image
#9
Comments
In case it's relevant, I'm using Julia v0.4, Python v2.7, and ROS Indigo. |
Thanks for the report. Could you make a small bag file of the image messages that are failing so I can be sure I'm exactly reproducing the problem? |
|
Thanks, I'll see if I have some time to try a fix by this weekend. |
It turned out to be an upstream issue with I'll also add some |
Much better, but still a strange error:
|
Ie, the first callback fails, but the rest are fine. Race condition? |
I have not ever seen an |
Always repeatable on a sturdy gaming laptop. Is it not reproducible for you? There might be some other package on my system needing updating to master branch or such. For the record,
|
No, all the messages in the bag file are received fine by the callback on my end and I tried it on several different julia versions (0.4.0, 0.4.1, 0.5). There's probably a bug somewhere but it seems to be platform-specific. If you can reproduce it on another machine that would be good to know. |
Ok, good to know. Since it seems to be specific to my setup, I will try to -- Nicu Știurcă On Mon, Nov 16, 2015 at 1:04 PM, Josh Langsfeld [email protected]
|
I tried modifying the example code to use
sensor_msgs/Image
, but I am getting errors when trying to run, and the callback isn't called. Any thoughts?Source code:
Error:
The text was updated successfully, but these errors were encountered: