码迷,mamicode.com
首页 >  
搜索关键字:chinese    ( 1862个结果
[ROS] Chinese MOOC || Chapter-10.1 Navigation Stack 10.2 move_base and plug-ins
...
分类:其他好文   时间:2019-05-04 11:27:27    阅读次数:154
[ROS] Chinese MOOC || Chapter-8.1 tf介绍:tf tree 8.2 tf消息 8.3 tf in c++ 8.4 tf in python
tf:coordinate transform urdf:ros 机器人属性描述的规范 tf树必须是连通的 如果没有人来维护两个frame之间的联系(一个发送消息的node,or called broadcaster),就会断掉 broadcaster就一个是publisher tf树是整个消息的反 ...
分类:编程语言   时间:2019-05-04 10:14:51    阅读次数:174
[ROS] Chinese MOOC || Chapter-6.2 topic_demo上(talker.cpp) 6.3 topic_demo下(listener.cpp)
掌握talker写法,就可以驾驭周期性发布的场合了 其中pub = ...("...",1);//里面的的1意思是队列长度 如果 distance用的是c++的float就不用下面写distance.data了,直接用distance (疑问,) ...
分类:其他好文   时间:2019-05-04 10:13:44    阅读次数:173
Saving Tang Monk II HihoCoder - 1828 2018北京赛站网络赛A题
《Journey to the West》(also 《Monkey》) is one of the Four Great Classical Novels of Chinese literature. It was written by Wu Cheng'en during the Ming Dy ...
分类:其他好文   时间:2019-05-04 10:02:59    阅读次数:129
[ROS] Chinese MOOC || Chapter-7.3 topic_demo 7.4 service_demo
接下来只需要在cmakelist里定义msg就行了,而python文件不需要加入cmakelist,因为是解释型语言 ...
分类:其他好文   时间:2019-05-04 09:53:10    阅读次数:107
[ROS] Chinese MOOC || Chapter-7.1 rospy介绍上 7.2 rospy介绍下
...
分类:其他好文   时间:2019-05-04 09:41:09    阅读次数:150
[ROS] Chinese MOOC || Chapter-6.5 param_demo 参数服务器
...
分类:其他好文   时间:2019-05-04 09:37:42    阅读次数:116
[ROS] Chinese MOOC || Chapter-6.4 service_demo
clinet ->client client.call(srv) 就是handlefunction返回的bool结果 接下来要修改cmakelist.txt但是这里省略了 ...
分类:其他好文   时间:2019-05-04 09:17:16    阅读次数:130
PAT 1076 Forwards on Weibo
1076 Forwards on Weibo (30 分) 1076 Forwards on Weibo (30 分) 1076 Forwards on Weibo (30 分) Weibo is known as the Chinese version of Twitter. One user o ...
分类:其他好文   时间:2019-05-03 16:54:54    阅读次数:127
[ROS] Chinese MOOC || Chapter-4.1 通信架构 - Service和srv
topic是一种信息传递模式,这里先看下service topic是一种单项传输信息的模式,在下面的场景:右node会连续不断发送数据给左node 也可以写一个服务,让右边node接收到信息才开始发送,但是这样写起来很麻烦 此时应该用service node a发送请求,node b才会发送信息回来 ...
分类:其他好文   时间:2019-05-03 11:25:11    阅读次数:148
1862条   上一页 1 ... 23 24 25 26 27 ... 187 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!