会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FlyingGod
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
35
下一页
2019年4月30日
ROS launch启动文件的理解与编写
摘要: 简述 ROS提供了一个同时启动节点管理器(master)和多个节点的途径,即使用启动文件(launch file)。事实上,在ROS功能包中,启动文件的使用是非常普遍的。任何包含两个或两个以上节点的系统都可以利用启动文件来指定和配置需要使用的节点。通常的命名方案是以.launch作为启动文件的后缀,
阅读全文
posted @ 2019-04-30 14:14 采男孩的小蘑菇
阅读(3238)
评论(0)
推荐(0)
2019年4月28日
Visual Studio工具 vcpkg简介
摘要: 博客参考: https://blog.csdn.net/cjmqas/article/details/79282847#43-%E7%A7%BB%E9%99%A4%E5%85%A8%E5%B1%80%E9%9B%86%E6%88%90 && https://blog.csdn.net/cjmqas/
阅读全文
posted @ 2019-04-28 20:08 采男孩的小蘑菇
阅读(31612)
评论(2)
推荐(3)
可跨平台C++开源图形图像框架:openFrameworks
摘要: 博客参考:https://www.hahack.com/codes/openframeworks-intro/#%E4%BB%80%E4%B9%88%E6%98%AF-openframeworks 和 https://www.cnblogs.com/freeblues/p/5754158.html
阅读全文
posted @ 2019-04-28 17:21 采男孩的小蘑菇
阅读(1472)
评论(0)
推荐(0)
Visual Studio2017 设置了vcpkg之后,编译其他程序出问题
摘要: 博客参考:https://github.com/nodejs/node/issues/23909 错误如下 Since NodeJS is providing all of its own dependencies, you can add a property to your MSBuild pr
阅读全文
posted @ 2019-04-28 17:17 采男孩的小蘑菇
阅读(798)
评论(0)
推荐(0)
2019年4月19日
PCL 3维点云的模板匹配
摘要: Doc 来自PCL官方文档 http://www.pointclouds.org/documentation/tutorials/template_alignment.php#template-alignment 结果查看
阅读全文
posted @ 2019-04-19 17:13 采男孩的小蘑菇
阅读(5809)
评论(0)
推荐(0)
2019年4月16日
Eigen库和STL容器冲突问题
摘要: 博客参考:https://blog.csdn.net/huajun998/article/details/54311561 在程序中想使用类似于如下的容器 编译不通过,主要是访问centriods的时候,程序直接访问内存错误。原因是Eigen库使用了SSE加速,需要按照128位对齐,这导致了fixe
阅读全文
posted @ 2019-04-16 13:48 采男孩的小蘑菇
阅读(1392)
评论(0)
推荐(0)
2019年4月14日
贝塞尔曲线拟合固定角度的圆弧的控制点的生成方式
该文被密码保护。
阅读全文
posted @ 2019-04-14 14:41 采男孩的小蘑菇
阅读(3)
评论(0)
推荐(0)
2019年4月11日
C 和 CPP 混合代码cmath编译出错
摘要: Visual Studio会将cmath内的一些列函数报错 解决方式:项目->属性->配置属性->C/C++ ->高级->编译为->选择编译为C++代码即可
阅读全文
posted @ 2019-04-11 11:06 采男孩的小蘑菇
阅读(398)
评论(0)
推荐(0)
2019年4月4日
Udacity project setup in Visual Studio with uWebSockets
摘要: http://www.codza.com/blog/udacity-uws-in-visualstudio
阅读全文
posted @ 2019-04-04 17:21 采男孩的小蘑菇
阅读(249)
评论(0)
推荐(0)
2019年3月26日
点云创建深度图像并保存为图片
摘要: 博客参考:http://pointclouds.org/documentation/tutorials/range_image_creation.php#range-image-creation 和 https://blog.csdn.net/baidu_26408419/article/detai
阅读全文
posted @ 2019-03-26 09:58 采男孩的小蘑菇
阅读(2804)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
35
下一页
公告