当前位置:网站首页>cv_ Solution of mismatch between bridge and opencv
cv_ Solution of mismatch between bridge and opencv
2022-04-23 17:53:00 【ppipp1109】
Problem description :
ubuntu18.04 Installed ros default opencv Version and cv_bridge Version is 3.2.0 But when using other packages, you sometimes need to use other versions opencv. Call again cv_bridge There will be a call conflict ;
solve :
1. Uninstall the original cv-bridge
sudo apt-get remove ros-melodic-cv-bridge
2. Download the new version cv_bridge
GitHub - ros-perception/vision_opencv
https://github.com/ros-perception/vision_opencv choice melodic Corresponding cv_bridge
3. modify cv_bridge Medium cmakelists.txt
find_package(OpenCV 3.4.10 REQUIRED) // Change to what you installed opencv Version of
4.cmake A separate compile cv_bridge
stay cv_bridge Under the folder ,
mkdir build
cd build
cmake ..
make
sudo make install
5. What is needed in open source code cmaklist.txt Add cv_bridge Of cmake route
set(cv_bridge_DIR /usr/local/share/cv_bridge/cmake) // stay find_package front
Leave a message if you have any questions .
Reference link :
solve cv_bridge and opencv Version matching problem between - You know
版权声明
本文为[ppipp1109]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230549075800.html
边栏推荐
- JS high frequency interview questions
- 31. 下一个排列
- ES6 new method
- Theory and practice of laser slam in dark blue College - Chapter 2 (odometer calibration)
- JS forms the items with the same name in the array object into the same array according to the name
- In JS, t, = > Analysis of
- [appium] write scripts by designing Keyword Driven files
- Flask项目的部署详解
- Submit local warehouse and synchronize code cloud warehouse
- Vite configure proxy proxy to solve cross domain
猜你喜欢

Flask项目的部署详解

2022江西光伏展,中國分布式光伏展會,南昌太陽能利用展

92. Reverse linked list II byte skipping high frequency question

The ultimate experience, the audio and video technology behind the tiktok

JS get link? The following parameter name or value, according to the URL? Judge the parameters after

Detailed deployment of flask project

Leak detection and vacancy filling (6)

SystemVerilog(六)-变量

SystemVerilog (VI) - variable

Tdan over half
随机推荐
[二叉数] 二叉树的最大深度+N叉树的最大深度
Index: teach you index from zero basis to proficient use
ES6
高德地图搜索、拖拽 查询地址
48. 旋转图像
C1小笔记【任务训练篇二】
[appium] write scripts by designing Keyword Driven files
On the method of outputting the complete name of typeID from GCC
20222 return to the workplace
Add drag and drop function to El dialog
122. 买卖股票的最佳时机 II-一次遍历
2022江西储能技术展会,中国电池展,动力电池展,燃料电池展
01 - get to know the advantages of sketch sketch
Allowed latency and side output
Double pointer advanced -- leetcode title -- container with the most water
Uniapp custom search box adaptation applet alignment capsule
C1 notes [task training chapter I]
239. 滑动窗口最大值(困难)-单向队列、大顶堆-字节跳动高频题
Open futures, open an account, cloud security or trust the software of futures companies?
JS parsing and execution process