Open PerceptMD opened 4 years ago
Thanks so much for the documentation feedback! I have put the 'Documentation' label on this case so that it can be tracked by the team members responsible for it.
In regard to the udev rules, I hope that the link below will be helpful.
https://github.com/IntelRealSense/librealsense/issues/4350#issuecomment-516548279
sudo rm /lib/udev/rules.d/60-librealsense2-udev-rules.rules
deleting "60-librealsense2-udev-rules.rules" fixes the warning and the realsense-viewer still seems to works like a charm.
Thanks for your great support. It is so great to learn about the usage of the realsense SDK here on github that I want to contribute as much as I can.
Awesome, I'm happy to know that your problem was fixed. Your enthusiasm for RealSense is really appreciated. Our community create amazing projects every day. :)
@PerceptMD , deleting files from Debians breaks the package integrity. You should ether delete the stand-alone file or the Debian packages altogether. Similar to https://github.com/IntelRealSense/librealsense/issues/6153#issuecomment-605687547
Thanks for the advice. I've already deleted the "60-librealsense2-udev-rules.rules". So i should purge the Debian package "librealsense2-udev-rules"?
Issue Description
Previously I have successfully installed the debian librealsense packages via apt-get but now I needed to compile the PCL examples too. So I followed the "Linux manual installation guide". But calling
cmake ../ -DBUILD_EXAMPLES=true -DBUILD_PCL_EXAMPLES=true
resulted in the following errorThis could easily be solved by running
sudo apt-get autoremove libopencv-dev python-opencv
. Maybe this could be updated in the installation instructions at wrappers/pcl.As I did not bother uninstalling the previous installation I also get the following warning now
Any suggestions which version I can delete?