摘要: # 设置间隔时间stdbuf -oL ros2 topic echo /common_state \ | grep --line-buffered -E 'batterynum:|current:|voltage:' \ | awk -v interval=0 ' # 设置间隔时间 BEGIN{la 阅读全文
posted @ 2026-01-13 16:05 hello_tree 阅读(2) 评论(0) 推荐(0)
摘要: 识别图片的设置 https://blog.csdn.net/f2315895270/article/details/128147744?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingwor 阅读全文
posted @ 2024-09-07 11:00 hello_tree 阅读(340) 评论(0) 推荐(0)
摘要: 打开终端。输入以下命令以编辑 /etc/crontab 文件:复制代码sudo crontab -e 在文件末尾添加以下行:复制代码 -y 是强制卸载,不用yes0 21 * * * sudo apt-get remove -y python-rospy 0 09 * * * sudo apt-ge 阅读全文
posted @ 2023-11-15 11:12 hello_tree 阅读(13) 评论(0) 推荐(0)
摘要: def add_line_chart(self, title_info, coordinate="E2"): # D 列 2行 是位置 """ :param title: :param x_title: :param y_title: :param coordinate: :return: """ 阅读全文
posted @ 2023-10-20 10:47 hello_tree 阅读(39) 评论(0) 推荐(0)
摘要: ubuntu 系统给当前系统时间增加4分钟的命令怎么用 您可以使用以下命令来将当前系统时间增加4分钟: ```shellsudo date -s "$(date -d '+4 minutes' '+%Y-%m-%d %H:%M:%S')"``` 解释一下这个命令: - `date -d '+4 mi 阅读全文
posted @ 2023-10-12 16:07 hello_tree 阅读(529) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/liudinglong/p/13417427.html 另外一种自动化测试工具: https://zhuanlan.zhihu.com/p/507247029?utm_id=0 playwright是由微软开发的Web UI自动化测试工具 阅读全文
posted @ 2023-09-25 11:02 hello_tree 阅读(77) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yuanshiren133/article/details/131042986 阅读全文
posted @ 2023-09-19 13:44 hello_tree 阅读(28) 评论(0) 推荐(0)
摘要: Exception in thread Thread-4:Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner File "/usr/lib/p 阅读全文
posted @ 2023-09-15 11:23 hello_tree 阅读(281) 评论(0) 推荐(0)
摘要: import subprocess # 定义要安装的库的 requirements 文件路径requirements_file = "requirements.txt" # 使用 subprocess 执行 pip install 命令并加上 &cmd = f"pip install -r {req 阅读全文
posted @ 2023-09-12 14:36 hello_tree 阅读(123) 评论(0) 推荐(0)
摘要: 使用命令: adb kill-serveradb tcpip 5555adb start-server ping 127.0.0.1 -n 3 >nuladb rootadb remount adb connect 192.168.64.10 1.连接后,连接上,可以ping通,但是 adb dev 阅读全文
posted @ 2023-08-16 10:46 hello_tree 阅读(10746) 评论(0) 推荐(0)