摘要: 把master分支git下来: git clone git@github.com:opencv/opencv.git 查看可用的版本: git tag 选择自己想要的版本号: git reset hard 3.2.0 然后进入build文件夹: cmake .. 如果出现: ICV: Failed 阅读全文
posted @ 2020-01-30 22:39 心田居士 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 问题 今天编译VIORB遇到了以下错误: 查到的资料 ubuntu18安装的二进制ros包需要特定版本的库函数 "ros官方文档" "文档pdf" "参考回答" "参考回答pdf" 阅读全文
posted @ 2020-01-30 22:30 心田居士 阅读(146) 评论(0) 推荐(0) 编辑