Jetson ros默认依赖opencv与系统安装opencv、推流、cv_bridge等存在BUG

下载源码,源码编译支持系统opencv

bash 复制代码
git clone -b noetic https://github.com/ros-perception/vision_opencv.git

set(_opencv_version 4)   #设置为系统opencv
find_package(OpenCV 4 QUIET)
if(NOT OpenCV_FOUND)
  message(STATUS "Did not find OpenCV 4, trying OpenCV 3")
  set(_opencv_version 3)
endif()

cd vision_opencv/cv_bridge
mkdir build
cd build
cmake ..
make
sudo make install

完成后:

将/usr/local/share/中的cv_bridge文件夹复制到/opt/ros/noetic/share/中

相关推荐
小c君tt37 分钟前
linux学习笔记1
linux·笔记·学习
CCPC不拿奖不改名3 小时前
Redis 工程化部署深度解析
linux·服务器·数据库·redis·深度学习·缓存·rag
鱼很腾apoc3 小时前
【Linux】第7期 进程间通信 (IPC) 详解:管道 (匿名 / 命名) + System V
linux·服务器·c语言·学习·进程间通信·ipc
毒爪的小新4 小时前
踩坑实录 | RAG知识库完整搭建-Milvus2.4+BGE大中文AI模型嵌入
linux·人工智能·ai·milvus·rag
2023自学中4 小时前
imx6ull 开发板, mame 模拟器,运行游戏 测试
linux·游戏·嵌入式·开发板
是个西兰花4 小时前
Linux:进程信号
linux·运维·服务器
CS创新实验室5 小时前
从“业余爱好”到数字基石:Linux 发展史及带给技术人的成长启示
linux·运维·服务器
Biomamba生信基地5 小时前
FindNeighbors()函数报错object ‘CsparseMatrix_validate’ not found
linux·运维·服务器·生物信息学
int88 小时前
Linux下五笔输入法安装方法
linux·输入法·五笔
orion572 天前
Missing Semester Class1:course overview and introduction of shell
linux