|
1 | 1 | # RoboND Map My World |
2 | 2 |
|
| 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 | + |
3 | 9 |  |
4 | 10 |
|
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. |
7 | 13 |
|
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 | +--- |
10 | 15 |
|
| 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. |
11 | 18 | For more information about RTAB-Map, see also the [offical website](http://introlab.github.io/rtabmap/). |
12 | 19 |
|
| 20 | +**The simulated environment:** |
| 21 | + |
13 | 22 |  |
| 23 | + |
| 24 | +**Nodes of the graph** generated by generated by RTAB-Map (after |
| 25 | +111 rounds of global loop closure): |
| 26 | + |
14 | 27 |  |
| 28 | + |
| 29 | +**The 2D map** generated by RTAB-Map: |
| 30 | + |
15 | 31 |  |
16 | 32 |
|
17 | 33 | ## Environment and Robot Control |
|
0 commit comments