摘要:
https://zhuanlan.zhihu.com/p/90496291 阅读全文
摘要:
https://blog.csdn.net/qq_25964837/article/details/80295041 比如下载XXX pip install XXX -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 其他的 阅读全文
摘要:
https://blog.csdn.net/zfjBIT/article/details/101055525 阅读全文
摘要:
anaconda虚拟环境默认安装位置 https://blog.csdn.net/weixin_48373309/article/details/127830801 vscode中切换路径问题 在vscode中无法选择conda的虚拟环境,显示==Win10下Anaconda使用conda acti 阅读全文
摘要:
/usr/bin/ld: 找不到 -lEigen3::Eigen **解决方法:**find_package(Eigen3 REQUIRED)为list(APPEND CMAKE_INCLUDE_PATH "/usr/local/include") find_package (Eigen3 3.3 阅读全文
摘要:
一、深度相机D435 二、自校准功能 https://www.intelrealsense.com/self-calibration-for-depth-cameras/ https://dev.intelrealsense.com/docs/self-calibration-for-depth-c 阅读全文
摘要:
一、环境配置 github上面的教程:https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md 比较完整的配置博客: https://blog.csdn.net/wanghq2013/ar 阅读全文
摘要:
在更新pip的时候因为安装pip需要管理员权限,但是呢,又把pip给uninstall了 所以结果就是没有pip这个模块了 https://stackoverflow.com/questions/18363022/importerror-no-module-named-pip 切换路径到安装pyth 阅读全文
摘要:
https://blog.csdn.net/cjmqas/article/details/79282847 使用vcpkg 查看vcpkg支持的开源库列表 执行命令 .\vcpkg.exe search 安装一个开源库 这里的“安装”其实是指下载和编译。 比如我们需要安装常用的jsoncpp库,那么 阅读全文
摘要:
视频讲解 一、git下载 官网:Git - Downloads (git-scm.com) 国内镜像:CNPM Binaries Mirror (npmmirror.com) 就目前而言,github上面最新版本是Git-2.38.1 0、什么是git 建议先浏览一下,扫一下盲:https://bl 阅读全文