turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Turtlebot3-waffle教程 » Turtlebot3-waffle入门教程-实现跟随

Turtlebot3-waffle入门教程-实现跟随

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

Turtlebot3-waffle入门教程-实现跟随

说明:

  • 介绍如何利用Turtlebot3-waffle进行跟随应用

前提准备

  • [Remote PC]安装应用包
$ cd ~/catkin_ws/src
$ git clone https://github.com/ROBOTIS-GIT/turtlebot3_applications.git
$ cd ~/catkin_ws && catkin_make
  • [Remote PC]安装依赖包
$ sudo apt-get install python-pip
$ sudo pip install -U numpy scipy
$ sudo pip install --upgrade pip
$ sudo pip install scikit-learn==0.18.1
  • 注意:需要在无障碍环境进行,只需要使用HLS-LFCD LDS雷达即可
  • [TurtleBot] 更改配置
$ vim ~/catkin_ws/src/turtlebot3/turtlebot3_bringup/launch/turtlebot3_lidar.launch
  • 修改前:

请输入图片描述

  • 修改后:

请输入图片描述

操作步骤

  • [Remote PC] 运行roscore
$ roscore
  • [TurtleBot] 启动waffle
$ roslaunch turtlebot3_bringup turtlebot3_robot.launch
  • [Remote PC] 启动filter
$ roslaunch turtlebot3_follow_filter turtlebot3_follow_filter.launch
  • [Remote PC] 启动跟随
$ roslaunch turtlebot3_follower turtlebot3_follower.launch
  • 视频:

<embed src='http://player.youku.com/player.php/Type/Folder/Fid//Ob//sid/XMjgxMTk3MDgzNg==/v.swf' quality='high' width='800' height='400' align='middle' allowScriptAccess='always' allowFullScreen='true' mode='transparent' type='application/x-shockwave-flash'>

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: turtlebot3-waffle入门教程