Robot|Robot Operating System (ROS)学习笔记---创建简单的机器人模型smartcar
Robot Operating System (ROS)学习笔记---创建简单的机器人模型smartcar 搭建环境:XMWareUbuntu14.04ROS(indigo)
转载自古月居转载连接:http://www.guyuehome.com/243
一、创建硬件描述包
-
- 已创建catkin_ws
- 打开终端(Ctrl + Alt + T)输入:cd ~/catkin_ws/src
- 输入:catkin_create_pkg smartcar_description urdf (indigo版)
二、智能车尺寸数据
三、建立urdf文件
- 在smartcar_description文件夹下创建urdf文件:先定位到smartcar_description(cd ~/catkin_ws/src/smartcar_description),然后输入:mkdir urdf //创建urdf文件夹
- 定位到urdf(cd urdf)文件夹,创建smartcar.urdf(touch smartcar.urdf),在smartcar.urdf中插入下列代码
1 23 4 5 13 14 15 166 87 9 10 1211 17 24 25 2618 2019 21 2322 27 34 35 3628 29 30 31 32 33 37 44 45 4638 4039 41 4342 47 54 55 5648 49 50 51 52 53 57 64 65 6658 6059 61 6362 67 74 75 7668 69 70 71 72 73 77 84 85 8678 8079 81 8382 87 94 95 9688 89 90 91 92 93 97 104 105 10698 10099 101 103102 107 108 111109 110
四、建立launch命令文件 在smartcar_description文件夹下建立launch文件夹,创建智能车的描述文件 base.urdf.rviz.launch(输入:touch base.urdf.rviz.launch创建),对其最后一行进行更改(更改内容:(find urdf_tutorial)/urdf.vcg 改为 (find urdf_tutorial)/urdf.rviz)描述代码如下:
12 3 4 5 6 7 89 10
五、效果演示 在终端中输入显示命令:
roslaunch smartcar_description base.urdf.rviz.launch gui:=true
posted on 2017-05-03 18:14 林先森_007 阅读( ...) 评论( ...) 编辑 收藏 【Robot|Robot Operating System (ROS)学习笔记---创建简单的机器人模型smartcar】转载于:https://www.cnblogs.com/LQLin168/p/6803251.html
推荐阅读
- elon's|elon's keywords of 2016
- C#|C# 文件路径操作
- Asp.net|System.Globalization.DateTimeFormatInfo.InvariantInfo
- 2019-05-06|2019-05-06 Windows 最高权限(system)
- systemctl接管下获取/设置linux运行级别
- I_robot_008_20190512
- centos7.6|centos7.6 使用systemd 注册tomcat成为服务 并一键启动
- systemd服务详解
- Amazon Elastic File System新增低成本单区存储类
- Android|解决AS中启动AVD报错Emulator: PANIC: Cannot find AVD system path. Please define ANDROID_SDK_ROOT