How to install cv_bridge without OpenCV on Ubuntu 16?
I would like to run the code in OpenCV4Tegra with Jetson TX2 not in ros-kinetic-opencv. So I would like to install cv_bridge without OpenCV.
when used command : sudo apt-get install ros-kinetic-cv-bridge
, it installed with opencv.
please help me or any suggestions?
You can't (well, you can, but you don't want to do that).
What you should do is build
cv_bridge
and related packages from source against your version of OpenCV.I believe there are quite a few Q&As on this site that go into some detail.
Yeah, I have to build
cv_bridge
@gvdhoorn, I found some Q&As about
cv_bridge
and I achieved to build it but get another issue hereFrom you SO post:
if you do that,
apt
will also remove all dependencies ofros-kinetic-opencv3
, which likely includes theopenni
packages.That's why I wrote in my earlier comment:
You'll probably have to build
openni_launch
from source as well.PS: I'm not too happy about quoting a StackOverflow post. It's perhaps better to post such questions on ROS Answers.
sorry, Q&As was unavailable for me from yesterday to before a few hours. So, I wrote there.
I don't know why? South Korea
See Answers is down (502s), but status page doesn't reflect it.
it seems that the issue was globally