07 2023 档案

摘要:原理:通过opencv中的waitKey来实现 示例代码: ~~~python def key_control(): while 1: cv2.imshow('tmp', np.zeros(shape=(100, 100, 3), dtype=np.uint8)) key = cv2.waitKey 阅读全文
posted @ 2023-07-09 18:22 ihuahua1415 阅读(39) 评论(0) 推荐(0) 编辑
摘要:# ubuntu初始环境配置ROS2 ## 换源 - 备份原来的文件 ~~~ sudo cp /etc/apt/sources.list /etc/apt/sources_init.list ~~~ - 换源 ~~~ sudo gedit /etc/apt/sources.list ~~~ ~~~ 阅读全文
posted @ 2023-07-06 14:01 ihuahua1415 阅读(132) 评论(0) 推荐(0) 编辑
摘要:# ubuntu初始环境配置ROS1 ## 1.换源并更新数据库 ubuntu2004换源 ~~~ # 备份原来的源并且另存 sudo cp -v /etc/apt/sources.list /etc/apt/sources.list.backup # 执行chmod命令更改文件权限使软件源文件可编 阅读全文
posted @ 2023-07-06 14:01 ihuahua1415 阅读(169) 评论(0) 推荐(0) 编辑
摘要:~~~bash sudo apt-get install terminator ~~~ ~~~ Ctrl+Shift+E 垂直分割窗口 Ctrl+Shift+O 水平分割窗口 F11 全屏 Ctrl+Shift+C 复制 Ctrl+Shift+V 粘贴 Ctrl+Shift+N 或者 Ctrl+Ta 阅读全文
posted @ 2023-07-02 22:33 ihuahua1415 阅读(72) 评论(0) 推荐(0) 编辑

阅读目录(Content)

此页目录为空

*/
点击右上角即可分享
微信分享提示