- 博客(17)
- 收藏
- 关注
原创 遇到的ros编译问题
解决问题contains a package but "catkin_make" must be invoked in the root of workspace和问题Symlinking ~Could not create symlink~OSError: [Errno 95] Operation not supported:和问题[rospack] Error: package 'allan_variance_ros' not found
2023-12-08 20:36:55
616
原创 excel 每隔num个数计算一次平均值,数据转置,快速填充,导入txt文件
excel 每隔num个数计算一次平均值,数据转置,快速填充,导入txt文件
2023-11-30 16:36:46
514
原创 STRTLS1_KEIL\STRTLS1_KEIL.axf: Error: L6218E: Undefined symbol __nop (referred from inu_mpu~.o)
STRTLS1_KEIL\STRTLS1_KEIL.axf: Error: L6218E: Undefined symbol __nop (referred from inu_mpu~.o)
2023-11-15 15:30:30
383
1
原创 二维矩阵原地旋转90度算法
给定一个 n * n 的二维矩阵 matrix 表示一个图像。请你将图像顺时针旋转 90 度。你必须在 原地旋转图像,这意味着你需要直接修改输入的二维矩阵。请不要使用另一个矩阵来旋转图像。输入:matrix = [[1,2,3],[4,5,6],[7,8,9]]输出:[[7,4,1],[8,5,2],[9,6,3]]
2023-09-02 11:00:57
460
原创 Ubuntu系统apt安装目录内存扩展
板子磁盘空间有限,扩展的内存卡到开发板,有足够的空间但是文件目录空间不够,apt安装软件包空间不足。E:you don't have enough free space in /var/cache/apt/archives/.
2023-05-29 17:16:30
277
1
原创 Debian11(Bullseye)系统安装docker及启动失败问题解决
Debian11(Bullseye)系统安装docker及启动失败问题解决 failed to start daemon: Error initializing network controller: error obtainining network controller: error obtaining controller instance: failed to createAT chain DOCKER: iptables failed: iptables -t nat -N D OCKER:
2023-05-18 11:10:30
2993
1
原创 解决libssl.so.1.1 libcrypto.so.1.1依赖问题
libssl.so.1.1 libcrypto.so.1.1依赖问题;报错/usr/bin/ld: warning: libssl.so.1.1, needed by /usr/local/lib/libonvifptz.so, not found/usr/bin/ld: warning: libcrypto.so.1.1, needed by /usr/local/lib/libonvifptz.so, not found
2023-04-29 17:40:04
14050
原创 linux下使用opencv中的waitKey()函数返回值255
linux下使用opencv中的waitKey()函数返回值255,if(waitKey(5)>=0) break; 无按键按下时waitKey(5)进入了if分支。
2023-04-27 10:43:47
276
固定格式文件中的数据读取
2024-04-13
windows读取串口数据c++程序,无需环境安装版exe
2024-01-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人