会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
600
601
602
603
604
605
606
607
608
···
617
下一页
2018年4月16日
查看程序内存是否泄露
摘要: $ top 查看RES值 是否在增加
阅读全文
posted @ 2018-04-16 21:17 lydstory
阅读(160)
评论(0)
推荐(0)
Ubuntu 安装QT5 后编译程序报错: FindQt5Widgets.cmake
摘要: 安装QT5.4后,需要编译一个C++程序。 Cmakelist 有find_package(Qt5Widgets REQUIRED),cmake 报错如下: CMake Error at CMakeLists.txt:14 (find_package): By not providing "Find
阅读全文
posted @ 2018-04-16 17:13 lydstory
阅读(477)
评论(0)
推荐(0)
pcd转换ply
摘要: https://github.com/ryokomy/PcdPlyConverter
阅读全文
posted @ 2018-04-16 16:53 lydstory
阅读(1384)
评论(0)
推荐(0)
点云数据保存为pcd文件_pcd_write.cpp
摘要: #include <iostream>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h> int main (int argc, char** argv){ pcl::PointCloud<pcl::PointXYZ> cloud; // F
阅读全文
posted @ 2018-04-16 15:55 lydstory
阅读(6360)
评论(0)
推荐(0)
2018年4月13日
realsense blog 国外某人
摘要: http://www.joshmcculloch.nz/#!realsense
阅读全文
posted @ 2018-04-13 14:20 lydstory
阅读(120)
评论(0)
推荐(0)
realsense pcl git
摘要: https://github.com/Ext4FAT/Registration vc++ pcl realsense 矿泉水瓶子 https://github.com/dBeker/PCL-RealSense vc++ https://github.com/colegulino/realsense-
阅读全文
posted @ 2018-04-13 14:00 lydstory
阅读(202)
评论(0)
推荐(0)
vim调用替换文件内容
摘要: :s/vivian/sky/ 替换当前行第一个 vivian 为 sky :s/vivian/sky/g 替换当前行所有 vivian 为 sky :n,$s/vivian/sky/ 替换第 n 行开始到最后一行中每一行的第一个 vivian 为 sky :n,$s/vivian/sky/g 替换第
阅读全文
posted @ 2018-04-13 09:31 lydstory
阅读(99)
评论(0)
推荐(0)
2018年4月12日
catkin地址
摘要: Source: git https://github.com/ros/catkin.git (branch: kinetic-devel)
阅读全文
posted @ 2018-04-12 16:54 lydstory
阅读(110)
评论(0)
推荐(0)
ros console_bridge找不到
摘要: https://answers.ros.org/question/229294/cmake-has-not-found-a-package-configuration-file-provided-by-console_bridge/ @jayvenki Don't know why this is
阅读全文
posted @ 2018-04-12 15:05 lydstory
阅读(624)
评论(0)
推荐(0)
安装catkin_pkg
摘要: sudo pip install -U catkin_pkg
阅读全文
posted @ 2018-04-12 12:09 lydstory
阅读(879)
评论(0)
推荐(0)
上一页
1
···
600
601
602
603
604
605
606
607
608
···
617
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告