当前位置:网站首页>ROS 、SLAM 学习 error整理
ROS 、SLAM 学习 error整理
2022-08-09 02:02:00 【Gene_2022】
一、Lidar
1. fatal error: pcap.h: No such file or directory #include <pcap.h>
1.1 问题描述:缺少该头文件
1.2 解决方法:sudo apt-get install libpcap-dev
二、slam_14讲
1. /highgui/src/window.cpp:352: error: (-215:Assertion failed)
1.1 问题描述:缺少依赖或者读取文件路径格式/内容错误;
1.2 解决方法:
- 可能1:
sudo apt-get install -y libgtk2.0-dev pkg-config
- 可能2:
修改一下,源代码读取的源文件路径
2. Failed to load module “canberra-gtk-module”
2.1 问题描述:缺少该依赖文件
2.2 解决方法:
sudo apt-get install libcanberra-gtk-module
边栏推荐
猜你喜欢
2022 PMP Project Management Certification Exam Registration Guide (1)
Wireshark packet capture tool
torchversion.transforms的使用
pytorch相关知识点总结
德语翻译器在线翻译中文
mysql 5.7 入坑
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
typescript90-使用类型文件声明类型
JDBC技术(一)——一个简单的JDBC测试
力扣刷题记录5.1-----59. 螺旋矩阵 II
随机推荐
考研人总结的时间管理7大忌,你中了几条?
《LC刷题总结》—— 二叉树
Summary of Database Design
德语翻译器在线翻译中文
MT4/MQL4入门到精通外汇EA教程第一课 认识MetaEditor
解决有路由策略的情况下域内NAT不通的问题
力扣刷题记录8.1-----206. 反转链表
Using ngrok on Raspberry Pi (Extra 2)
【HNUMSC】C语言第二讲
UsernameAuthenticationFilter授权成功后调用AuthenticationSuccessHandler时的解析
Proe/Creo智能硬件产品结构设计要点「干货分享」
MT4/MQL4 entry to proficient foreign exchange EA tutorial Lesson 1 Getting to know MetaEditor
谷歌翻译软件-免费谷歌翻译
Z-Game on grid
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
2022杭电多校第五场1007(生成函数+启发式合并+ntt)
力扣刷题记录6.1-----203. 移除链表元素
多语种翻译-免费多语种翻译软件
etcd实现大规模服务治理应用实战
JDBC technology (3) - use Druid database connection pool test