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 » Turtlebot与仿真 » Turtlebot仿真-rrt_exploration单机自主探索建图

Turtlebot仿真-rrt_exploration单机自主探索建图

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

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

说明

  • 本教程介绍如何使用turtlebot进行rrt_exploration单机自主探索建图的仿真测试

  • 测试环境:ubutnu 16.04 + ROS Kinetic

前提准备

  • 安装相应的ROS包
$ sudo apt-get install ros-kinetic-gmapping ros-kinetic-navigation ros-kinetic-kobuki ros-kinetic-kobuki-core ros-kinetic-kobuki-gazebo
  • 安装rrt_exploration和rrt_exploration_tutorials
$ cd ~/catkin_ws
$ git clone https://github.com/hasauino/rrt_exploration
$ git clone https://github.com/hasauino/rrt_exploration_tutorials.git
$ catkin_make && rospack profile

操作步骤

  • 加载仿真环境和模型
$ roslaunch rrt_exploration_tutorials single_simulated_house.launch

请输入图片描述

  • 启动自主探索建图
$ roslaunch rrt_exploration single.launch

演示视频

<iframe height=498 width=100% src="//player.bilibili.com/player.html?aid=77999723&cid=133449323&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

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

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


标签: turtlebot仿真