
ROS
圣右
个人博客新地址:blog.kehan.xyz
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
fatal error: alsa/asoundlib.h: No such file or directory 解决办法
最近在ROS里编译调用了科大讯飞SDK的语音包,编译时报了错误 fatal error: alsa/asoundlib.h: No such file or directory,找不到asoundlib.h文件,解决办法如下,直接apt安装那个库就行了sudo apt-get install libasound2-dev编译通过。...原创 2018-07-28 09:27:40 · 8064 阅读 · 3 评论 -
protobuf快速入门
最近在看cartographer的源码,它其中用到了Google自家的protobuf工具(果然大厂2333)。找到了两篇比较好的protobuf快速入门教程,虽然文章有点老了,问题不大,此处贴出来mark一下https://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.htmlhttp://www.cnblogs.com/dkblo...转载 2019-02-06 22:38:45 · 1351 阅读 · 0 评论 -
调试 Cartographer Laser-SLAM -- Cartographer 算法流程
Cartographer Algorithm walkthrough for tuning@author 薛轲翰@email1 [email protected]@email2 [email protected]本文参考cartographer官方文档.cartographer基本思路简介cartographer基本思路简介cartographer的主要贡献...原创 2019-04-07 16:08:11 · 7141 阅读 · 7 评论 -
使用Autoware进行(双目)相机与激光雷达的联合标定
使用Autoware进行(双目)相机与激光雷达的联合标定VLP-16 与 ZED相机使用Autoware提供的 autoware_camera_lidar_calibrator 工具进行标定.@author Kehan.Xue@email1 [email protected]@email2 [email protected]在用Autoware提供的工具进行...原创 2019-04-09 21:56:17 · 13080 阅读 · 13 评论