Difference between revisions of "TB3 SLAM Test"

From wikidb
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
On Dell remote
+
= Run =
 +
 
 +
<b>On Dell remote</b>
  
 
terminal 1
 
terminal 1
Line 5: Line 7:
 
   roscore
 
   roscore
  
On TB3 client
+
<b>On TB3 client</b>
  
 
terminal 1
 
terminal 1
Line 15: Line 17:
 
   roslaunch turtlebot3_bringup turtlebot3_lidar.launch
 
   roslaunch turtlebot3_bringup turtlebot3_lidar.launch
  
On Dell remote
+
<b>On Dell remote</b>
  
 
terminal 2
 
terminal 2
Line 33: Line 35:
  
 
   rosrun map_server map_saver -f ~/map
 
   rosrun map_server map_saver -f ~/map
 +
 +
= Error =
 +
 +
* [https://answers.ros.org/question/274849/gmapping-skipping-xml-document/ gmapping skipping xml]

Latest revision as of 20:51, 25 May 2018

Run

On Dell remote

terminal 1

 roscore

On TB3 client

terminal 1

 roslaunch turtlebot3_bringup turtlebot3_core.launch

terminal 2

 roslaunch turtlebot3_bringup turtlebot3_lidar.launch

On Dell remote

terminal 2

 roslaunch teleop_twist_joy teleop.launch

terminal 3

 export TURTLEBOT3_MODEL=waffle
 roslaunch turtlebot3_slam turtlebot3_slam.launch

terminal 4

 rosrun rviz rviz -d `rospack find turtlebot3_slam`/rviz/turtlebot3_slam.rviz

terminal 5

 rosrun map_server map_saver -f ~/map

Error

* gmapping skipping xml