Ros Tutorial
文章平均质量分 51
qq_21095607
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Let's install turtlesim packages(Ros 仿真包安装)
1、In this learning session we will use turtlesim to simulate an actual robot. It will teach us necessary parts of a ROS project in a better way. To install the turtlesim simulator you need to give the翻译 2016-12-22 16:53:42 · 4685 阅读 · 0 评论 -
Ros 切换目录命令 roscd
If roscd says similar to roscd: No such package/stack 'beginner_tutorials', you will need to source the environment setup file like you did at the end of thecreate_a_workspace tutorial: 用ros原创 2016-12-23 10:02:38 · 1094 阅读 · 0 评论 -
Ros搭建service和message时包中CMakelist.txt 的generate_messages
package.xml中函数generate_messages( DEPENDENCIES std_msgs)std_msgs 是一个msg包 ,可以用roscd std_msgs/切换到std_msgs目录,用下面命令rosmsg show *.msg显示msg文件原创 2016-12-23 10:49:11 · 2469 阅读 · 0 评论
分享