Update README.md

This commit is contained in:
matlabbe
2014-12-10 13:47:17 -05:00
parent c91586ea57
commit a3ced78002
+7 -2
View File
@@ -10,9 +10,14 @@ For the RTAB-Map libraries and standalone application, visit the [RTAB-Map's hom
## Installation
### ROS distribution
RTAB-Map is released as binaries in the ROS distribution. Example for ROS hydro:
RTAB-Map is released as binaries in the ROS distribution.
* Indigo
```
$ sudo apt-get install ros-indigo-rtabmap-ros
```
$ sudo apt-get install ros-hydro-rtabmap_ros
* Hydro
```
$ sudo apt-get install ros-hydro-rtabmap-ros
```
### Build from source