会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
bk街头狂舞
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2022年12月6日
ROS自动检测安装功能依赖包
摘要: cd ~/ros_ws/src sudo rosdepc init & rosdepc update cd .. rosdepc install -i --from-path src --rosdistro noetic -y
阅读全文
posted @ 2022-12-06 22:03 bk街头狂舞
阅读(161)
评论(0)
推荐(0)
2022年12月1日
ROS多机通信
摘要: 嵌入式开发板端: export ROS_IP=`hostname -I | awk '{print $1}'`export ROS_HOSTNAME=`hostname -I | awk '{print $1}'`export ROS_MASTER_URI=http://`hostname -I |
阅读全文
posted @ 2022-12-01 20:49 bk街头狂舞
阅读(101)
评论(0)
推荐(0)
激光雷达ldlidar communication is abnormal.
摘要: 查看串口设置是否正常,可以通过cat /dev/ttyS4查看是否有数据以确定所接的串口是否正确
阅读全文
posted @ 2022-12-01 07:45 bk街头狂舞
阅读(254)
评论(0)
推荐(0)
2022年11月26日
编译报错Could NoT find Threads (missing: Threads FOUND)
摘要: 解决方法1: 原来的命令行加上-lpthread 解决方法2: -DCMAKE_THREAD_LIBS_INIT=-lpthread
阅读全文
posted @ 2022-11-26 12:57 bk街头狂舞
阅读(1822)
评论(0)
推荐(0)
2022年11月16日
解决gpg: 从公钥服务器接收失败:服务器故障
摘要: xxx@xxx-virtual-machine:~/workspace/rv1126_rv1109_sdk$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 76F1A20FF987672FExecuting: /t
阅读全文
posted @ 2022-11-16 08:15 bk街头狂舞
阅读(5230)
评论(0)
推荐(0)
2022年11月15日
dropbear 2019.78 Installing to target......Running build_buildroot failed!
摘要: 使能buildroot的环境变量 source envsetup.sh ;rv1126一般选择90make dropbear-dircleanmake dropbear./build.sh rootfs./build.sh再不行的话,可以多试两次,再不行的话:建议你先清除 ./build.sh cl
阅读全文
posted @ 2022-11-15 21:30 bk街头狂舞
阅读(334)
评论(0)
推荐(0)
2022年8月2日
PCB走线宽度与电流、温度的关系
摘要: 测试PCB的线长为24cm 其他:
阅读全文
posted @ 2022-08-02 21:45 bk街头狂舞
阅读(195)
评论(0)
推荐(0)
2022年6月20日
C语言利用union 和 struct 进行位拆分
摘要: #include <stdlib.h> typedef unsigned char uint8_t; union wate_temp{ struct { uint8_t wate_temp_low :1; uint8_t wate_temp_high :4; uint8_t reverse :3;
阅读全文
posted @ 2022-06-20 17:02 bk街头狂舞
阅读(127)
评论(0)
推荐(0)
2022年4月14日
git prior sync failed; rebase still in progress
摘要: 方案一: 将这个git直接删掉,rm common/ -rf 然后再回到项目根目录repo sync 方案二: git rebase --abort
阅读全文
posted @ 2022-04-14 18:02 bk街头狂舞
阅读(736)
评论(0)
推荐(0)
2022年3月8日
linux格式化文件命令
摘要: 一些文件被windows打开后代码格式会被改变,使用一下命令来转换 sed -i 's/\r//' filename
阅读全文
posted @ 2022-03-08 18:05 bk街头狂舞
阅读(199)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告