File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,12 @@ to your needs.
33
33
34
34
## Requirements
35
35
* 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)
37
36
* c++11 Compiler (gcc-4.7 or later)
38
37
* (optional) [ CUDA] ( https://developer.nvidia.com/cuda-downloads ) 6.5 or later with CUDA enabled
39
38
graphic card
40
39
41
40
## 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
44
42
* [ Eigen] ( http://eigen.tuxfamily.org/ ) 3.2.1 or later
45
43
46
44
## Object Tracking
@@ -139,7 +137,7 @@ catkin_make -DCMAKE_BUILD_TYPE=Release -DDBOT_BUILD_GPU=On
139
137
source devel/setup.bash
140
138
```
141
139
142
- #### With ROS kinetic and Ubuntu 16.04
140
+ #### With ROS kinetic and Ubuntu 16.04 or newer
143
141
``` bash
144
142
cd $HOME /projects/tracking/src
145
143
git clone https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started.git
You can’t perform that action at this time.
0 commit comments