会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
每天一点积累
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
13
下一页
2017年10月9日
linux下命令行文件路径隐藏
摘要: https://askubuntu.com/questions/16728/hide-current-working-directory-in-terminal 在~.,bashrc里添加
阅读全文
posted @ 2017-10-09 20:51 每天一点积累
阅读(2421)
评论(0)
推荐(0)
2017年10月7日
opencv inrange 和 mix
摘要: opencv inrange: http://blog.csdn.net/xiaoyufei117122/article/details/53572904 http://blog.csdn.net/wejoncy/article/details/50599640?locationNum=2&fps=
阅读全文
posted @ 2017-10-07 11:49 每天一点积累
阅读(957)
评论(0)
推荐(0)
2017年10月3日
rosbag使用--记录深度相机数据
摘要: 首先看一下教程: http://wiki.ros.org/openni_launch/Tutorials/BagRecordingPlayback 知道了rosbag如何进行使用记录深度数据 但是按照以上教程记录下来的bag file还是很大 于是看了别人写的launch file 摘抄自spenc
阅读全文
posted @ 2017-10-03 19:21 每天一点积累
阅读(6417)
评论(0)
推荐(0)
2017年9月30日
使用rosbag记录openni2_launch消息
摘要: 首先看教程 http://wiki.ros.org/openni_launch/Tutorials/BagRecordingPlayback http://wiki.ros.org/Bags http://wiki.ros.org/rosbag/Commandline 如何记录tf https://
阅读全文
posted @ 2017-09-30 21:21 每天一点积累
阅读(418)
评论(0)
推荐(0)
ros 如何使用 openni2_launch
摘要: There is very little actual code/etc in openni2_launch, it is mostly a thin wrapper around openni2_camera and rgbd_launch. openni2_launch主要是对openni2_c
阅读全文
posted @ 2017-09-30 15:52 每天一点积累
阅读(2132)
评论(0)
推荐(1)
2017年9月22日
ubuntu 16.04 qtcreator 闪退
摘要: 当用QtCreator 进行代码自动补全时,比如编写ros代码,ROS_INFO时候就会出现闪退,后面按照 http://doc.qt.io/qtcreator/creator-clang-codemodel.html 将code model改成clang就好了
阅读全文
posted @ 2017-09-22 09:50 每天一点积累
阅读(1530)
评论(0)
推荐(0)
2017年9月21日
发布message给其他包使用
摘要: https://answers.ros.org/question/65716/which-is-the-correct-way-to-install-header-files-in-catkin-packages/ http://docs.ros.org/api/catkin/html/howto/
阅读全文
posted @ 2017-09-21 14:59 每天一点积累
阅读(230)
评论(0)
推荐(0)
在一个ros包下怎么使用另外一个自定义ros包里的message
摘要: 假设自定义消息包my_message_package https://answers.ros.org/question/206257/catkin-use-ros-message-from-another-package/ 首先find_package(my_message_package) 之后
阅读全文
posted @ 2017-09-21 14:55 每天一点积累
阅读(2349)
评论(0)
推荐(0)
2017年9月19日
ros bashrc 无法source setup.sh
摘要: 不知道什么时候开始的,莫名其妙首先是QT闪退,无法找到头文件,然后命令行进去catkin无法提示catkin_make 手动source之后就好了 问题出现在bashrc中source失败了 所以检查source啊,但是没有错啊 所以在想bashrc是不是有缓存之类的东西 于是重新输入一个##注释,
阅读全文
posted @ 2017-09-19 10:39 每天一点积累
阅读(1120)
评论(0)
推荐(0)
ros msg array
摘要: #include <stdio.h> #include <stdlib.h> #include "ros/ros.h" #include "std_msgs/MultiArrayLayout.h" #include "std_msgs/MultiArrayDimension.h" #include
阅读全文
posted @ 2017-09-19 09:59 每天一点积累
阅读(3445)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
13
下一页
公告