上一页 1 2 3 4 5 6 7 8 ··· 22 下一页
摘要: 解决方案 参考 Visual Studio 2017 E2512错误解决方案 阅读全文
posted @ 2021-03-31 09:59 zitian1239 阅读(1177) 评论(0) 推荐(0)
摘要: pcl::transformPointCloud 函数使用 method 1 #include <pcl/common/transforms.h> pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloudsWorld(new pcl::PointCloud<pcl:: 阅读全文
posted @ 2021-03-02 17:34 zitian1239 阅读(519) 评论(1) 推荐(0)
摘要: Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not support installation in a VM. If you 阅读全文
posted @ 2021-02-25 14:27 zitian1239 阅读(1446) 评论(0) 推荐(0)
摘要: 目录参考 参考 Hybrid A* 路径规划 混合Astar实现_karlkurzer/path_planner 阅读全文
posted @ 2021-01-22 10:53 zitian1239 阅读(423) 评论(0) 推荐(0)
摘要: 创建分支 git branch 分支名,例如:git branch cleaning 注:cleaning 是分支名称,可以随便定义。 切换本地分支 git checkout cleaning cleaning 即为要切换到的对应分支 创建并切换分支 git checkout -b cleanng 阅读全文
posted @ 2021-01-19 20:25 zitian1239 阅读(114) 评论(0) 推荐(0)
摘要: 参考 Visual Studio 2013安装及番茄助手配置过程 阅读全文
posted @ 2021-01-19 14:35 zitian1239 阅读(60) 评论(0) 推荐(0)
摘要: 参考 typora字体设置颜色的解决方案 阅读全文
posted @ 2021-01-18 13:42 zitian1239 阅读(3122) 评论(0) 推荐(0)
摘要: Physics Properties In the World tab, select the physics item. A list of physics properties will be displayed in the list box below. The enable physics 阅读全文
posted @ 2021-01-15 09:36 zitian1239 阅读(2498) 评论(0) 推荐(0)
摘要: 注:假设需要屏蔽的warning号为8888 第一种方法, 在代码中加入#prama warning(disable:8888) 第二种方法, VS编译器中设置, 以VS2005为例, 打开项目属性-> c/c++ -> Advanced -> Disable Specific Warnings 输 阅读全文
posted @ 2021-01-14 14:05 zitian1239 阅读(1047) 评论(0) 推荐(0)
摘要: 目录克隆.vmdk文件为.vdi文件挂在文件到虚拟机磁盘瘦身扩展磁盘容量参考 我的虚拟机使用的是Virtualbox挂在的之前Vmware创建的.vmdk文件,最近突然发现原来分配的100G磁盘容量已经不够实用,实际虚拟机系统并未使用如此大的磁盘容量,具体原因是VMware虚拟机的虚拟磁盘的大小会随 阅读全文
posted @ 2020-12-31 11:49 zitian1239 阅读(1438) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页