-
Notifications
You must be signed in to change notification settings - Fork 166
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
Bad Callback on running test script #88
Comments
From my analysis, it looks like an opencv, cv_bridge and rospy compatiblity issue, Can someone suggest what version should i use. @antonilo what do you suggest? |
i have the same issue, did you fix it? |
@Hofalen The problem was related to libffi version in the conda environment. Try installing earlier subversion(3.7.x) of python in the conda env, should solve the issue. |
@AnshShah3009 thanks for the quick answer! I proceed to install python 3.7.8 and it worked. I had the 3.7.17 before |
Another option would be to use ros_numpy and replace the lines of code with an equivalent (use numpify from ros) you don't need cv_bridge in this case. |
The text was updated successfully, but these errors were encountered: