上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页
摘要: 简述 ROS提供了一个同时启动节点管理器(master)和多个节点的途径,即使用启动文件(launch file)。事实上,在ROS功能包中,启动文件的使用是非常普遍的。任何包含两个或两个以上节点的系统都可以利用启动文件来指定和配置需要使用的节点。通常的命名方案是以.launch作为启动文件的后缀, 阅读全文
posted @ 2019-04-30 14:14 采男孩的小蘑菇 阅读(3238) 评论(0) 推荐(0)
摘要: 博客参考: 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)
摘要: 博客参考: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)
摘要: 博客参考: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)
摘要: Doc 来自PCL官方文档 http://www.pointclouds.org/documentation/tutorials/template_alignment.php#template-alignment 结果查看 阅读全文
posted @ 2019-04-19 17:13 采男孩的小蘑菇 阅读(5809) 评论(0) 推荐(0)
摘要: 博客参考:https://blog.csdn.net/huajun998/article/details/54311561 在程序中想使用类似于如下的容器 编译不通过,主要是访问centriods的时候,程序直接访问内存错误。原因是Eigen库使用了SSE加速,需要按照128位对齐,这导致了fixe 阅读全文
posted @ 2019-04-16 13:48 采男孩的小蘑菇 阅读(1392) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-04-14 14:41 采男孩的小蘑菇 阅读(3) 评论(0) 推荐(0)
摘要: Visual Studio会将cmath内的一些列函数报错 解决方式:项目->属性->配置属性->C/C++ ->高级->编译为->选择编译为C++代码即可 阅读全文
posted @ 2019-04-11 11:06 采男孩的小蘑菇 阅读(398) 评论(0) 推荐(0)
摘要: http://www.codza.com/blog/udacity-uws-in-visualstudio 阅读全文
posted @ 2019-04-04 17:21 采男孩的小蘑菇 阅读(249) 评论(0) 推荐(0)
摘要: 博客参考: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 下一页