博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【SLAM】——报错Error: the rosdep view is empty: call ‘sudo rosdep init‘ and ‘rosdep update‘
阅读量:4303 次
发布时间:2019-05-27

本文共 418 字,大约阅读时间需要 1 分钟。

问题1

[rospack] Error: the rosdep view is empty: call ‘sudo rosdep init’ and ‘rosdep update’

解决:

sudo apt install sudo apt install python-rosdep2

问题2

Couldn’t find rospack. Please run ‘make’ in $ROS_ROOT

解决:

在终端中输入rospack看是否有这个命令,如果没有就按重装ros

问题3

error: no matching function for call to ‘ORB_SLAM2::System::TrackMonocular(const cv::Mat&, double)’

解决:

因为原有的项目:, 按这个项目就可以了。

问题4

No module named ‘map_generator’

解决:

参考,作者的说明:
在这里插入图片描述

转载地址:http://iuhws.baihongyu.com/

你可能感兴趣的文章
hive常用函数及数据结构介绍
查看>>
Hive面试题干货(亲自跟着做了好几遍,会了的话对面试大有好处)
查看>>
力扣题解-230. 二叉搜索树中第K小的元素(递归方法,中序遍历解决)
查看>>
力扣题解-123. 买卖股票的最佳时机 III(动态规划)
查看>>
Django 源码阅读:服务启动(wsgi)
查看>>
Django 源码阅读:url解析
查看>>
Docker面试题(一)
查看>>
第一轮面试题
查看>>
2020-11-18
查看>>
Docker面试题(二)
查看>>
一、redis面试题及答案
查看>>
消息队列2
查看>>
C++ 线程同步之临界区CRITICAL_SECTION
查看>>
测试—自定义消息处理
查看>>
MFC中关于虚函数的一些问题
查看>>
根据图层名获取图层和图层序号
查看>>
规范性附录 属性值代码
查看>>
提取面狭长角
查看>>
Arcsde表空间自动增长
查看>>
Arcsde报ora-29861: 域索引标记为loading/failed/unusable错误
查看>>