上一页 1 2 3 4 5 6 7 8 ··· 29 下一页
摘要: https://blog.csdn.net/txr152111/article/details/119574969 阅读全文
posted @ 2022-03-25 10:58 轩辕吊雷 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 出现这个问题得原因是因为你在创建文件夹时使用了sudo命令 进入ros工作区,执行命令:stat src 可以看到uid和gid都是root,需要更改权限:sudo chown -R user:user src/ 注意需要更改为自己的用户名 然后再次执行命令stat src,可以看到文件夹得权限已经 阅读全文
posted @ 2022-03-24 15:03 轩辕吊雷 阅读(279) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Nicholas_Wong/article/details/77977715 阅读全文
posted @ 2022-03-08 10:55 轩辕吊雷 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 安装虚拟环境 1. sudo pip3 install virtualenv sudo pip3 install virtualenvwrapper 或者使用sudo easy_install virutalenv安装 2.vim ~/.bashrc export WORKON_HOME=$HOME 阅读全文
posted @ 2022-03-07 17:39 轩辕吊雷 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 解决:pip3 install -U numpy 阅读全文
posted @ 2022-03-07 11:56 轩辕吊雷 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.linghejiusi.xyz/2021/01/02/在树莓派上安装OpenCV4-5/ https://zhuanlan.zhihu.com/p/127959573 https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_ 阅读全文
posted @ 2022-03-04 11:03 轩辕吊雷 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1. apt-get更改源 https://blog.csdn.net/qq_21095573/article/details/99736630 Certificate verification failed: The certificate is NOT trusted. The certific 阅读全文
posted @ 2022-03-03 13:32 轩辕吊雷 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/lly1122334/article/details/80733908 https://google.github.io/styleguide/pyguide.html 阅读全文
posted @ 2022-03-02 14:02 轩辕吊雷 阅读(73) 评论(0) 推荐(0) 编辑
摘要: sudo find / -name libopencv_imgproc.so.4.3找不到 但是执行sudo find / -name libopencv_imgproc*找到了libopencv_imgproc.so.4.5 于是通过建立软链接解决了这个问题 sudo ln -s /opt/int 阅读全文
posted @ 2022-02-28 17:52 轩辕吊雷 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 百度搜索python,下载需要的python版本 源码包下载 下载tgz文件 安装: tar zxvf Python-3.7.12.tgz cd Python-3.7.12 ./configure --prefix=/usr/local/python3.7 sudo make && sudo mak 阅读全文
posted @ 2022-02-28 13:49 轩辕吊雷 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 29 下一页