会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zitian1239
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
22
下一页
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 zitian1239
阅读(251)
评论(0)
推荐(0)
2019年3月21日
udacity term_sim.x86_64 ubuntu16.04 Vmware
摘要: 打印信息 unity界面不显示任何信息,需要关闭虚拟机的3D加速 Display : Turn off "accelerate 3d graphics"
阅读全文
posted @ 2019-03-21 19:12 zitian1239
阅读(370)
评论(0)
推荐(0)
2019年3月20日
cannot launch node of type [arbotix_python/arbotix_driver]: arbotix_python
摘要: 解决方案 https://answers.ros.org/question/243919/cannot-launch-node-of-type-arbotix_pythonarbotix_driver-arbotix_python/ 检查是否安装 arbotix_python package 安装
阅读全文
posted @ 2019-03-20 13:34 zitian1239
阅读(2879)
评论(0)
推荐(0)
2019年2月27日
Visula Studio 2013 初始化静态浮点型数据在C++类内
摘要: 如上申请方式导致错误 1. 尝试使用 static constexpr float floatvalue = 0.5f; 2. MyClass.h MyClass.cpp 可以解决如上问题 博客参考 https://stackoverflow.com/questions/17566575/how-t
阅读全文
posted @ 2019-02-27 16:53 zitian1239
阅读(438)
评论(0)
推荐(0)
2019年2月22日
catkin_make与gtest出现冲突的问题与解决
摘要: gtest是测试时调用的,把测试禁止掉试试
阅读全文
posted @ 2019-02-22 09:15 zitian1239
阅读(476)
评论(0)
推荐(0)
2018年12月20日
./configure 交叉编译库时所最常用到的配置
摘要: ./configure 交叉编译,一般流程 结合我自己的编译工具,一般我的编译选项如下 具体configure支持那种设置可以通过如下指令查看 其他常见配置如下
阅读全文
posted @ 2018-12-20 13:52 zitian1239
阅读(2532)
评论(0)
推荐(0)
Ubuntu16.04 ARM 编译 编译器版本和unordered_map map问题
摘要: 源文件内使用unordered_map时候,例如如下demo GCC版本大于或者等于4.9,会报如下错误 其实就是 Implicit conversion failure from initializer list 如下测试来自 :https://stackoverflow.com/question
阅读全文
posted @ 2018-12-20 13:36 zitian1239
阅读(927)
评论(0)
推荐(0)
2018年12月14日
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 zitian1239
阅读(556)
评论(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 zitian1239
阅读(6662)
评论(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 zitian1239
阅读(5980)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
22
下一页
公告