Skip to content

Commit 03bd707

Browse files
authored
Update README.md
1 parent 637ab59 commit 03bd707

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717

1818
# Depth Based Object and Robot Tracking
1919

20-
This is a collection of packages for tracking known objects and articulated
21-
robots based on depth images and additionally joint angle sensors for the robot
22-
tracking. The core libraries for object tracking are ROS independent. However,
23-
the tracker integration with sensors is based on the ROS eco-system. In this
24-
document we will show an example on how to use the trackers and provided
25-
additional information on customizing the setup for different robots.
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,
22+
the tracker integration with sensors is based on the ROS eco-system.
23+
24+
Here, we give instructions on how to install the code and a getting started
25+
repository. This repository contains a complete example, including the
26+
necessary models and data. We recommend that you follow the instructions below
27+
to install and run the example. Once the example is working, you can adapt it
28+
to your needs.
29+
2630

2731
## Requirements
2832
* MS Kinect or Asus XTION depth sensor

0 commit comments

Comments
 (0)