会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FlyingGod
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
35
下一页
2018年12月16日
ubuntu opencv的使用
摘要: 博客转载自:https://blog.csdn.net/u012816621/article/details/51732932 CMakeLists.txt 【注意事项】 1、find_package(OpenCV REQUIRED)中的OpenCV一定要遵循该大小写。 因为该句话是根据OpenCV
阅读全文
posted @ 2018-12-16 17:15 采男孩的小蘑菇
阅读(708)
评论(0)
推荐(0)
2018年12月14日
ubuntu14.04 安装PCL
摘要: 博客转自:https://blog.csdn.net/dwj6336736/article/details/76674018 系统安装 手动安装 1. 下载源代码 2.安装依赖项 3. 编译库 四. 测试PCL 1、HOME目录下 pcl-trunk->doc->tutorials->content
阅读全文
posted @ 2018-12-14 18:44 采男孩的小蘑菇
阅读(1034)
评论(0)
推荐(0)
boost 错误报告
摘要: 编译器会报错,fatal error C1189: #error : WinSock.h has already been included 解决办法 #define WIN32_LEAN_AND_MEAN // 在#include<windows.h>前定义 #include <windows.h
阅读全文
posted @ 2018-12-14 18:40 采男孩的小蘑菇
阅读(541)
评论(0)
推荐(0)
Ubuntu 查看软件版本
摘要: Boost OpenCV
阅读全文
posted @ 2018-12-14 18:33 采男孩的小蘑菇
阅读(1110)
评论(0)
推荐(0)
Ubuntu14.04下安装glog
摘要: 下载原始代码编译 1. Clone Source Code glog 2. Install dependencies and tools 3. install glog Warning: Problems during ./configure 解决方式:只要touch缺失文件,再重新执行即可 直接安
阅读全文
posted @ 2018-12-14 18:25 采男孩的小蘑菇
阅读(1555)
评论(0)
推荐(0)
2018年12月13日
PCL 编译中遇到 error C4996: 'pcl::SAC_SAMPLE_SIZE'
摘要: 1. error C4996: 'pcl::SAC_SAMPLE_SIZE': This map is deprecated and is kept only to prevent breaking existing user code. Starting from PCL 1.8.0 model
阅读全文
posted @ 2018-12-13 19:03 采男孩的小蘑菇
阅读(1747)
评论(0)
推荐(0)
2018年12月10日
ROS编译:catkin简析
摘要: 博客转载自:https://blog.csdn.net/zyh821351004/article/details/50388429 Catkin tutorials: http://wiki.ros.org/catkin/Tutorials 1. catkin_make 与cmake的关系 程序在c
阅读全文
posted @ 2018-12-10 15:56 采男孩的小蘑菇
阅读(6606)
评论(0)
推荐(0)
2018年12月9日
BUG Algorithms
该文被密码保护。
阅读全文
posted @ 2018-12-09 14:46 采男孩的小蘑菇
阅读(3)
评论(0)
推荐(0)
2018年12月2日
激光雷达点云地面水平校准
摘要: 博客转载自:https://blog.csdn.net/ethan_guo/article/details/80683181 激光雷达采集的数据,可能由于颠簸或者雷达安装倾斜或者地面本身是有坡度的,造成地面在雷达坐标系中不是水平的。不是水平的,会影响我们后续的对点云的分割分类等处理,所以校准很有必要
阅读全文
posted @ 2018-12-02 16:11 采男孩的小蘑菇
阅读(2819)
评论(0)
推荐(0)
2018年11月23日
ROS 下使用3D激光雷达 velodyne vlp-16
摘要: Velodyne VLP16型激光雷达横向视角360°,纵向视角30° 系统和ROS版本:Ubuntu 14.04 ,ros indigo 1. 安装驱动 2. 虚拟机VM->Setting Network connection设置成为Bridged,然后将自己的IP设置成为接受激光数据的IP(主机
阅读全文
posted @ 2018-11-23 13:39 采男孩的小蘑菇
阅读(5932)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
35
下一页
公告