会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MKT-porter
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
40
41
42
43
44
45
46
47
48
···
85
下一页
2021年6月16日
c++和python混编
摘要: https://zhuanlan.zhihu.com/p/345158763
阅读全文
posted @ 2021-06-16 15:45 MKT-porter
阅读(37)
评论(0)
推荐(0)
2021年6月15日
path环境变量
摘要: 有时候path环境路径太多太长,怎么弄短一些
阅读全文
posted @ 2021-06-15 14:56 MKT-porter
阅读(38)
评论(0)
推荐(0)
2021年6月11日
ubuntu18无线网卡上网
摘要: ubuntu安装rtl88x2bu无线网卡 参考链接:https://blog.csdn.net/weixin_44151887/article/details/109745659 实物 https://detail.tmall.com/item.htm?id=591082283040&spm=a1
阅读全文
posted @ 2021-06-11 17:10 MKT-porter
阅读(383)
评论(0)
推荐(0)
2021年6月9日
c++类的创建
摘要: CMakeLists.txt 注意 这里是是使用了 box.cpp 并没有连接h add_executable(demo1 example.cpp box.cpp) 完整内容 # cmake needs this line cmake_minimum_required(VERSION 3.1) #
阅读全文
posted @ 2021-06-09 15:54 MKT-porter
阅读(190)
评论(0)
推荐(0)
2021年6月6日
camke(6)配置pangolin 4slam划轨迹和相机位置姿态
摘要: CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(Pangolin_project) #添加Pangolin画图依赖库 find_packa
阅读全文
posted @ 2021-06-06 17:10 MKT-porter
阅读(718)
评论(0)
推荐(0)
camke(6)配置pangolin 3菜单栏和按键交互
摘要: plotTrajectory.cpp #include <pangolin/pangolin.h> #include <string> #include <iostream> // // //https://blog.csdn.net/weixin_43991178/article/details/
阅读全文
posted @ 2021-06-06 17:04 MKT-porter
阅读(644)
评论(0)
推荐(0)
camke(6)配置pangolin 2线程和立方体交互
摘要: plotTrajectory.cpp #include <pangolin/pangolin.h> #include <thread> //https://blog.csdn.net/weixin_43991178/article/details/105119610 static const std
阅读全文
posted @ 2021-06-06 17:02 MKT-porter
阅读(269)
评论(0)
推荐(0)
2021年6月4日
camke(6)配置pangolin
摘要: 安装教程 https://blog.csdn.net/qq_32507255/article/details/115445932 实用教程 main.cpp #include <pangolin/pangolin.h> #include <pangolin/scene/axis.h> #includ
阅读全文
posted @ 2021-06-04 20:16 MKT-porter
阅读(192)
评论(0)
推荐(0)
2021年6月3日
ubuntu录屏软件simplescreenrecorder
摘要: simplescreenrecorder/ http://www.maartenbaert.be/simplescreenrecorder/
阅读全文
posted @ 2021-06-03 21:42 MKT-porter
阅读(102)
评论(0)
推荐(0)
2021年5月31日
camke综合示例(1)配置opencv boost engin3 fmt sophus
摘要: CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) project(opencv_example_project) find_package(OpenCV REQUIRED) message(STATU
阅读全文
posted @ 2021-05-31 16:26 MKT-porter
阅读(201)
评论(0)
推荐(0)
camke(5)配置fmt
摘要: 安装fmt cmake 添加 find_package(fmt) target_link_libraries(useSophus fmt::fmt)
阅读全文
posted @ 2021-05-31 16:23 MKT-porter
阅读(411)
评论(0)
推荐(0)
camke(4)配置sophus
摘要: 0视觉SLAM十四讲slambook2示例代码 git clone --recursive https://github.com/gaoxiang12/slambook2.git 由于里面的3rdparty文件夹内所有内容都来自于其他github仓库,所以需要加上--recursive参数,不然克隆
阅读全文
posted @ 2021-05-31 16:22 MKT-porter
阅读(266)
评论(0)
推荐(0)
camke(3)配置boost
摘要: 安装教程 https://blog.csdn.net/yhrun/article/details/8099630 直接安装sudo apt-get install libboost-dev 从源码安装下载 https://www.boost.org/ 压缩包 解压sudo apt-get insta
阅读全文
posted @ 2021-05-31 16:14 MKT-porter
阅读(97)
评论(0)
推荐(0)
camke(2)配置eigen3
摘要: eigen3安装 老版本安装 命令下载的是3.2版本的eigen 从而无法与模板类的sophus相匹配sudo apt-get install libeigen3-dev 额外说明:一个库由头文件和库文件组成。Eigen头文件的默认位置在 “usr/include/eigen3” 中。如果不确定,可
阅读全文
posted @ 2021-05-31 16:11 MKT-porter
阅读(410)
评论(0)
推荐(0)
camke(1)配置Opencv
摘要: 首先装好opencv。 然后创建工程 CMakeLists.txt # cmake needs this line cmake_minimum_required(VERSION 3.1) # Define project name project(opencv_example_project) #
阅读全文
posted @ 2021-05-31 16:06 MKT-porter
阅读(111)
评论(0)
推荐(0)
2021年5月27日
Mqtt(2) python通信版本
该文被密码保护。
阅读全文
posted @ 2021-05-27 17:17 MKT-porter
阅读(0)
评论(0)
推荐(0)
Mqtt(1)阿里云服务器安装自己的mqtt服务器
该文被密码保护。
阅读全文
posted @ 2021-05-27 15:46 MKT-porter
阅读(0)
评论(0)
推荐(0)
2021年5月16日
架子鼓制作
摘要: 电子架子鼓棒制作 平时感兴趣学习架子鼓玩,但是有很多限制。 1架子鼓实物占地,费钱一套900起步,噪声大扰民。 2手机app模拟架子鼓软件,触摸发生没有敲击感觉。 能否做一对鼓棒敲击空气中不同位置,使用手机当发声器,戴上耳机或者插上音响听声音??? 淘宝上查了下还真的有在卖??? 一个外国小哥哥做出
阅读全文
posted @ 2021-05-16 17:38 MKT-porter
阅读(318)
评论(0)
推荐(0)
2021年5月14日
界面设计参考(1)tcp服务器
摘要: https://github.com/perihanmirkelam/TcpServer <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http:/
阅读全文
posted @ 2021-05-14 23:04 MKT-porter
阅读(84)
评论(0)
推荐(0)
2021年5月8日
win10电脑录音保存成mp3
该文被密码保护。
阅读全文
posted @ 2021-05-08 19:11 MKT-porter
阅读(0)
评论(0)
推荐(0)
上一页
1
···
40
41
42
43
44
45
46
47
48
···
85
下一页