Update README.md

This commit is contained in:
matlabbe 2015-05-20 17:09:45 -04:00
parent f894b758d7
commit 34f0262bfd

View File

@ -4,6 +4,18 @@ Find-Object project, visit the [home page](http://introlab.github.io/find-object
## find_object_2d (ROS package) ## find_object_2d (ROS package)
### Install ### Install
Binaries:
```bash
# ROS Jade:
$ sudo apt-get install ros-jade-find-object-2d
# ROS Indigo:
$ sudo apt-get install ros-indigo-find-object-2d
# ROS Hydro:
$ sudo apt-get install ros-hydro-find-object-2d
```
Source:
```bash ```bash
# Install ROS Groovy/Hydro/Indigo/Jade (catkin build): # Install ROS Groovy/Hydro/Indigo/Jade (catkin build):
$ cd ~/catkin_ws $ cd ~/catkin_ws