Skip to content

Commit 858e3ce

Browse files
authored
Update README.md
1 parent 5370345 commit 858e3ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ to your needs.
3333

3434
## Requirements
3535
* MS Kinect 1/2 or Asus XTION depth sensor (might work with other sensors, but has not been tested)
36-
* Ubuntu 14.04 / 16.04 (might work on other versions, but has not been tested)
3736
* c++11 Compiler (gcc-4.7 or later)
3837
* (optional) [CUDA](https://developer.nvidia.com/cuda-downloads) 6.5 or later with CUDA enabled
3938
graphic card
4039

4140
## Dependencies
42-
* [ROS Indigo](http://wiki.ros.org/indigo) with Ubuntu 14.04
43-
* [ROS Kinetic](http://wiki.ros.org/kinetic) with Ubuntu 16.04
41+
* ROS
4442
* [Eigen](http://eigen.tuxfamily.org/) 3.2.1 or later
4543

4644
## Object Tracking
@@ -139,7 +137,7 @@ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On
139137
source devel/setup.bash
140138
```
141139

142-
#### With ROS kinetic and Ubuntu 16.04
140+
#### With ROS kinetic and Ubuntu 16.04 or newer
143141
```bash
144142
cd $HOME/projects/tracking/src
145143
git clone https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git

0 commit comments

Comments
 (0)