You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-34Lines changed: 42 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,13 @@
15
15
16
16
17
17
18
-
# Depth Based Object and Robot Tracking
18
+
# Bayesian Object Tracking
19
19
20
20
The Bayesian Object Tracking organization on github is a collection of packages for
21
-
3D tracking of rigid objects (using depth images), as well as full robot arm pose estimation (using depth images and joint encoders). The core libraries for object tracking are ROS independent. However,
21
+
3D tracking of rigid objects (using depth images), as well as robot arm tracking (using depth images and joint encoders).
22
+
For more details about the research which underlies these packages, please have a look at https://am.is.tuebingen.mpg.de/research_projects/probabilistic-object-tracking-using-a-depth-camera.
23
+
24
+
The core libraries for object tracking are ROS independent. However,
22
25
the tracker integration with sensors is based on the ROS eco-system.
23
26
24
27
Here, we give instructions on how to install the code and a getting started
@@ -29,63 +32,68 @@ to your needs.
29
32
30
33
31
34
## Requirements
32
-
* MS Kinect or Asus XTION depth sensor
33
-
* Ubuntu 14.04
35
+
* MS Kinect or Asus XTION depth sensor (unless you work with recorded data)
36
+
* Ubuntu 14.04 (might work on other versions, but has not been tested)
34
37
* c++11 Compiler (gcc-4.7 or later)
35
38
* (optional) [CUDA](https://developer.nvidia.com/cuda-downloads) 6.5 or later with CUDA enabled
0 commit comments