Closed yulivee closed 6 years ago
Launch the world in Gazebo:
roslaunch udacity_bot udacity_world.launch
Launch the teleop node for keyboard control:
roslaunch udacity_bot teleop.launch
Launch the RTAB-Map mapping node
roslaunch udacity_bot mapping.launch
Launch the RViz GUI:
roslaunch udacity_bot rviz.launch
1) Launch the gazebo world and your robot.
Example: $ roslaunch slam_project world.launch world_file:=~/catkin_ws/src/slam_project/worlds/kitchen_dining.world 2) Launch your teleop node.
Example: roslaunch slam_project teleop.launch Note: Here would be a good place to pause and check that the robot moves with telop and is publishing the relevant topics. If not, we will be covering debugging shortly!
3) Launch your mapping node.
Example: roslaunch slam_project mapping.launch 4) Launch Rviz.
Example: $ roslaunch slam_project rviz.launch
RTAB-Map Parameter Tutorial http://wiki.ros.org/rtabmap_ros/Tutorials/Advanced%20Parameter%20Tuning
List of RTAB-Map Parameters https://github.com/introlab/rtabmap/blob/master/corelib/include/rtabmap/core/Parameters.h
mapping.launch