Can't install ros-kinetic-opencv3
I am trying to install opencv3
using terminal. After saying
sudo apt-get update
i tried
sudo apt-get install ros-kinetic-opencv3
But i am getting this error and called: can't find file to patch.
Downloading kernel sources...
Reading package lists...
Picking 'linux-signed-hwe' as source package instead of 'linux-image-4.15.0-46-generic'
Need to get 12,3 kB of source archives.
Get:1 http://de.archive.ubuntu.com/ubuntu xenial-updates/main linux-signed-hwe 4.15.0-48.51~16.04.1 (dsc) [1.829 B]
Get:2 http://de.archive.ubuntu.com/ubuntu xenial-updates/main linux-signed-hwe 4.15.0-48.51~16.04.1 (tar) [10,4 kB]
gpgv: Signature made Fr 05 Apr 2019 13:57:42 CEST using RSA key ID 70E1162B
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./linux-signed-hwe_4.15.0-48.51~16.04.1.dsc
dpkg-source: info: extracting linux-signed-hwe in linux-signed-hwe-4.15.0
dpkg-source: info: unpacking linux-signed-hwe_4.15.0-48.51~16.04.1.tar.xz
WFetched 12,3 kB in 0s (34,0 kB/s)
: Can't drop privileges for downloading as file 'linux-signed-hwe_4.15.0-48.51~16.04.1.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
grep: drivers/media/usb/uvc/uvc_driver.c: No such file or directory
INFO: No Intel RealSense(TM) cameras are currently supported.
Patching uvcvideo sources...
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
|diff --git a/drivers/media/usb/uvc/Makefile b/drivers/media/usb/uvc/Makefile
|index c26d12fdb8f4..d86cf22155d1 100644
|--- a/drivers/media/usb/uvc/Makefile
|+++ b/drivers/media/usb/uvc/Makefile
File to patch:
I moved the title of your question to the body and re-titled your question to something that's shorter. If you feel that this was incorrect, please feel free to change it. In my experience, it's easier to read/understand questions as such.
That is alright. Thanks.
From the output I have the idea that your system has "bigger" problems than not being able to install OpenCV3. Did you install the turtlebot2 packages? That could explain the problem with the realsense camera kernel module.