ROS进阶学习笔记(11)- Turtlebot Navigation and SLAM
(写在前面: 这里参考rbx书中第八章和ROS社区教程进行学习,先看社区教程) === Doing the Turtlebot Navigation === ref ros wiki: http://wiki.ros.org/turtlebot_navigation/Tutorials 1. Create the Data under remote control Referring the RBX book(8.4.2 Collecting and Recording Scan Data), then log into the TurtleBot's laptop and run: $ roslaunch rbx1_bringup turtlebot_minimal_create.launch Replace the above command with the appropriate launch file for your own robot if you have one. Next, log into the TurtleBot using another terminal window and run the command: $ roslaunch rbx1_bringup fake_laser.launch (If you have a real laser scanner, you would run its launch file here instead of the fake
…