Skip to content

Commit 4fa40fd

Browse files
committed
Update README.md
1 parent 9d980d4 commit 4fa40fd

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
# RoboND Map My World
22

3+
This project is about performing SLAM using RGB-D based
4+
Real-Time Appearance-Based Mapping via the RTAB-Map algorithm.
5+
It utilizes ROS' [`rtabmap`](http://wiki.ros.org/rtabmap) and
6+
[`rtabmap_ros`](http://wiki.ros.org/rtabmap_ros) packages and
7+
is developed against ROS Kinetic.
8+
39
![](.readme/rgbd-sweep.webp)
410

5-
Building requires ROS Kinetic; you can try executing `./run_nvidia.sh` to drop into an X11 aware
6-
Docker container with NVIDIA GPU support.
11+
To build the project, you can try executing `./run_nvidia.sh` to drop
12+
into an X11 aware Docker container with NVIDIA GPU support.
713

8-
The following three pictures show the Gazebo environment, the graph generated by
9-
the [RTAB-Map](http://wiki.ros.org/rtabmap_ros) node, as well as the map generated by it.
14+
---
1015

16+
The following three pictures show the simulation environment and SLAM results of
17+
the [RTAB-Map](http://wiki.ros.org/rtabmap_ros) node, as well as the map generated by it.
1118
For more information about RTAB-Map, see also the [offical website](http://introlab.github.io/rtabmap/).
1219

20+
**The simulated environment:**
21+
1322
![The Gazebo environment](.readme/gazebo.jpg)
23+
24+
**Nodes of the graph** generated by generated by RTAB-Map (after
25+
111 rounds of global loop closure):
26+
1427
![The RTAB-Map graph](.readme/rtab-map.jpg)
28+
29+
**The 2D map** generated by RTAB-Map:
30+
1531
![The RTAB-Map map](.readme/generated-map.jpg)
1632

1733
## Environment and Robot Control

0 commit comments

Comments
 (0)