https://www.imooc.com/article/details/id/29136 1. 提示“CMAKE_CXX_COMPILER-NOTFOUND ” 具体形式: Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CX…
今天主要工作是将ros和zed结合起来,但是发现自己安装了opencv3.1,ros indigo安装的是opencv2.4.8,这就麻烦了,zed支持的是opencv3.1.一开始使用slam2时,报错: 编译出现错误,CMakeFiles/Stereo.dir/src/ros_stereo.cc.o: In function `String':/usr/local/include/opencv2/core/cvstd.hpp:625: undefined reference to `cv::…
做一个诚实的ROS教程搬运工............................. 官网链接:http://wiki.ros.org/cv_bridge 一.Package Summary Released Continuous integration Documented This contains CvBridge, which converts between ROS Image messages and OpenCV images. Maintainer status: mainta…
Solve multi-version conflict prepare: make sure you know which version is in your machine: dpk-config --modversion opencv Note: If it don't work, try 'tab' before you type 'Enter'. Install OpenCV 2.4.9 by typing command line: sudo apt-get install lib…
转自: http://blog.csdn.net/vsooda/article/details/7555969 1.下载安装TortoiseSVN:http://tortoisesvn.net/downloads.html (安装后需重启) 注:安装 TortoiseSVN 不成功出现错误提示“Service "VisualSVNServer" failed to start. Verify that you have sufficient privileges to start sy…
前言 个人理解错误的地方还请不吝赐教,转载请标明出处,内容如有改动更新,请看原博:http://www.cnblogs.com/hitcm/ 如有任何问题,feel free to contact me at robotsming@gmail.com 最近经常有朋友问到Kinect V2在Ubuntu下的开发问题,首先需要弄清楚的是你的设备是V1还是V2,这两个的驱动是不能通用的. 如下是V2(左)和V1(右).看看自己的设备,然后再决定用哪个安装方案. 本文针对的是V2的情况. 安装 1.首先…
This link which you also mentioned describes the necessary steps to compile OpenCV on your machine. The version of OpenCV you install this way will be newer than the one installed with the ROS package, they usually have some delay. (Maybe not with Fu…