Skip to content

Commit 27726ef

Browse files
authoredSep 29, 2019
docs: Update readme
1 parent 085278a commit 27726ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RoboND-Map-My-World-Robot
22
Udacity Robotics Software Engineer Nanodegree Term 2 Project: Map My World:
33

4-
RTAB-Map is the best solution for SLAM to develop robots that can map environments in 3D. These considerations come from RTAB-Map's speed and memory management, its custom developed tools for information analysis and, most importantly, the quality of the documentation. Being able to leverage RTAB-Map with our own robots will lead to a solid foundation for mapping and localization well. For this project we will be using the rtabmap_ros package, which is a ROS wrapper (API) for interacting with rtabmap.
4+
RTAB-Map 's speed and memory management is the best solution for SLAM to develop robots and map environments in 3D for information analysis and the quality of the documentation. Being able to leverage RTAB-Map with our own robots will lead to a solid foundation for mapping and localization well. For this project, we will use the rtabmap_ros package, which is a ROS wrapper (API) for interacting with rtabmap.
55

66
### Running the Scripts
77

@@ -16,7 +16,7 @@ Launch the world in Gazebo:
1616
```
1717
catkin_make
1818
source devel/setup.bash
19-
roslaunch slam_project world.launch world_file:=~/catkin_ws/src/slam_project/worlds/kitchen_dining.world`
19+
roslaunch slam_project world.launch world_file:=~/catkin_ws/src/slam_project/worlds/kitchen_dining.world
2020
```
2121
Launch the teleop node for keyboard control:
2222
```

0 commit comments

Comments
 (0)