上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: https://blog.csdn.net/weixin_45590473/article/details/122525228 阅读全文
posted @ 2022-11-14 12:07 penuel 阅读(20) 评论(0) 推荐(0)
摘要: sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update sudo apt-get install -y boot-repair && boot-repair 阅读全文
posted @ 2022-10-24 10:02 penuel 阅读(47) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u013066730/article/details/122948011 图形化: https://blog.csdn.net/liyunxin_c_language/article/details/114107994 1. windows打开XLaunc 阅读全文
posted @ 2022-10-22 18:47 penuel 阅读(238) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/hao1183716597/article/details/113113167 阅读全文
posted @ 2022-09-28 14:56 penuel 阅读(99) 评论(0) 推荐(0)
摘要: https://developer.nvidia.com/cuda-toolkit-archive 使用deb安装的话,有时会报错: dpkg: 处理软件包 nvidia-driver-450 (--configure)时出错: 依赖关系问题 - 仍未被配置 dpkg: 依赖关系问题使得 cuda- 阅读全文
posted @ 2022-09-28 14:26 penuel 阅读(969) 评论(0) 推荐(0)
摘要: xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ PS/2 Generic Mouse id=11 [sla 阅读全文
posted @ 2022-09-20 18:56 penuel 阅读(103) 评论(0) 推荐(0)
摘要: 1. 启动仿真 source devel/setup.bash export TURTLEBOT3_MODEL=burger roslaunch turtlebot3_gazebo turtlebot3_world.launch # 启动仿真 2. 开始建图 source devel/setup.b 阅读全文
posted @ 2022-09-19 19:07 penuel 阅读(77) 评论(0) 推荐(0)
摘要: ![](https://img2022.cnblogs.com/blog/1746850/202209/1746850-20220909160852550-912609682.png) 阅读全文
posted @ 2022-09-09 16:09 penuel 阅读(26) 评论(0) 推荐(0)
摘要: export ROS_PARALLEL_JOBS='-j2 -l2' 阅读全文
posted @ 2022-09-02 11:41 penuel 阅读(70) 评论(0) 推荐(0)
摘要: 命令行:git clean -d -fx,作用是:删除没有git add 的文件 ,执行之后解决了 error: The following untracked working tree files would be overwritten by …的问题。 阅读全文
posted @ 2022-07-28 10:00 penuel 阅读(148) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页