-
Notifications
You must be signed in to change notification settings - Fork 27
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
lab 6 does not working #13
Comments
I haven't updated the repo. Issue is already solved |
After updating the repo. I got this error
I couldn't resolve this issue. Also, the compiler gives a warning that OpenCV 3 and OpenCV 4 may be in conflict. |
@votmA make sure that you are not linking against system opencv |
I think I am not linking against the system OpenCV at least explicitly. Also, I have opencv3_catkin in lab-5 in the dependencies folder.
And here is the warning message for OpenCV conflicts.
|
I have analized the build folder with ccmake tool. I found out that cv_bridge links to OpenCV 4. Here cv_bridge cmake file Here lab_6 cmake file It seems working for me. But if there is another solution I would like to see it as well. |
@votmA excellent work! If you can make a PR I'll happy to review it. |
@jingnanshi thanks! I have created the PR |
Hello!
I am trying to launch lab 6. And I get an error. I have put the output in the description below. Lab 5 works utilizing the same code. I would appreciate any advice.
The text was updated successfully, but these errors were encountered: