摘要: 1 //////////////////////////////////////////////////////////////////////////////////////////// 2 ////Code Source 3 ////https://blog.csdn.net/ljbkiss/a 阅读全文
posted @ 2018-08-06 15:07 BreakofDawn 阅读(638) 评论(0) 推荐(0) 编辑
摘要: cv::Mat::at<float> 参考链接: https://blog.csdn.net/github_35160620/article/details/51708659 https://blog.csdn.net/guduruyu/article/details/60867547 阅读全文
posted @ 2018-08-06 14:25 BreakofDawn 阅读(581) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/chiliaolm/article/details/52916179 https://blog.csdn.net/Sandwichsauce/article/details/79847525 阅读全文
posted @ 2018-08-03 13:35 BreakofDawn 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 参考链接:http://www.runoob.com/cplusplus/cpp-if-else.html 阅读全文
posted @ 2018-08-03 13:34 BreakofDawn 阅读(106) 评论(0) 推荐(0) 编辑
摘要: typedef char* PCHAR; // 一般用大写PCHAR pa, pb; // 可行,同时声明了两个指向字符变量的指针 教程: C/C++ typedef用法详解(真的很详细):https://blog.csdn.net/superhoy/article/details/53504472 阅读全文
posted @ 2018-08-01 14:51 BreakofDawn 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 问题来源:typedef enum { back, object } entropy_state; 理解: 1.将会为每个枚举元素分配一个整型值,默认从0开始,逐个加1。 2.也可以在定义枚举类型时对枚举元素赋值,此时,赋值的枚举值为所赋的值,而其他没有赋值的枚举值在为前一个枚举值加1. 参考链接: 阅读全文
posted @ 2018-08-01 09:39 BreakofDawn 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 解决方案: jupyter中有kernel选项,点击选择 “ Restart & RunAll ”,即可解决问题。 参考: https://blog.csdn.net/snailNL/article/details/80642695 阅读全文
posted @ 2018-07-11 10:37 BreakofDawn 阅读(636) 评论(0) 推荐(0) 编辑
摘要: https://matplotlib.org/api/_as_gen/matplotlib.pyplot.hist.html#matplotlib.pyplot.hist https://matplotlib.org/api/_as_gen/matplotlib.pyplot.yticks.html 阅读全文
posted @ 2018-07-09 15:12 BreakofDawn 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 然后,正文来了,我将在下面介绍2点环境配置,1.launch文件的关联,2.roslib的导入launch文件的关联pycharm自己是不支持launch文件的,但是我们还是希望用ide实现编写,例如这样:具体做法就是在file/settings里面打开filetypes然后在registered 阅读全文
posted @ 2018-07-01 09:05 BreakofDawn 阅读(2839) 评论(0) 推荐(0) 编辑
摘要: 方案1: 可以尝试把https://换成 git:// git clone git://github.com/xxx.git 链接: https://blog.csdn.net/gufeiyunshi/article/details/51492078 方案2: git clone下载速度很慢的解决方 阅读全文
posted @ 2018-06-28 20:42 BreakofDawn 阅读(295) 评论(0) 推荐(0) 编辑