码迷,mamicode.com
首页 > 其他好文 > 详细

ROS-turtlebot3仿真

时间:2019-01-06 12:01:31      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:compress   class   ati   center   仿真   ons   clone   key   str   

前言:仿真。

一、安装依赖包

sudo apt-get install ros-kinetic-joy ros-kinetic-teleop-twist-joy ros-kinetic-teleop-twist-keyboard ros-kinetic-laser-proc ros-kinetic-rgbd-launch ros-kinetic-depthimage-to-laserscan ros-kinetic-rosserial-arduino ros-kinetic-rosserial-python ros-kinetic-rosserial-server ros-kinetic-rosserial-client ros-kinetic-rosserial-msgs ros-kinetic-amcl ros-kinetic-map-server ros-kinetic-move-base ros-kinetic-urdf ros-kinetic-xacro ros-kinetic-compressed-image-transport ros-kinetic-rqt-image-view ros-kinetic-gmapping ros-kinetic-navigation

二、安装功能包

cd ~/catkin_ws/src/
git clone https://github.com/ROBOTIS-GIT/turtlebot3.git
git clone https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
git clone https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
cd ~/catkin_ws && catkin_make

三、仿真

cd /home/cdq/catkin_ws/src/turtlebot3_simulations/turtlebot3_fake/launch
export TURTLEBOT3_MODEL=burger
roslaunch turtlebot3_fake.launch

----------------------------------------

解析:

第二条是设置环境变量。

第三条运行了tur tlebot3_fake_node节点(三维模型)和robot_state_publisher节点(发布车轮信息)。

显示如下:

技术分享图片

 

 

 

 

-END-

ROS-turtlebot3仿真

标签:compress   class   ati   center   仿真   ons   clone   key   str   

原文地址:https://www.cnblogs.com/chendeqiang/p/10227401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!