会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
摆科全书
博客园
首页
新随笔
联系
订阅
管理
2024年1月12日
ROS2 删除一个工作空间文件夹,source后终端出现not found ...... local_setup.bash解决
摘要: 问题描述 我在主目录同时开了多个ROS2工作空间,其中一个不想用了,直接删除后,终端出现这两行提示: 第二行是因为bash.rc文件里面source的setup.bash命令没有删除,所以: gedit ~/.bashrc source ~/.bashrc 删除source ~/rlarm_ws/i
阅读全文
posted @ 2024-01-12 10:19 摆科全书
阅读(477)
评论(0)
推荐(0)
2024年1月7日
slam相关-Sophus库cmake报错target "CUDA::cusolver" not found.
摘要: 报错细节 用cmake编译Sophus库时,有类似如下报错 CMake Error at test/core/CMakeLists.txt:18 (ADD_EXECUTABLE): Target "test_sim3" links to target "CUDA::cublas" but the t
阅读全文
posted @ 2024-01-07 23:36 摆科全书
阅读(591)
评论(0)
推荐(0)
2023年12月26日
ubuntu20.04配置NVIDIA显卡驱动相关
摘要: cuda driver install 准备阶段 首先确认 cuda xserver 版本,保证和自己电脑显卡、cuda toolkit 版本适配,相关信息: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html 然后下
阅读全文
posted @ 2023-12-26 11:28 摆科全书
阅读(176)
评论(0)
推荐(0)
公告