Skip to content

Commit 6a51a8d

Browse files
authored
Update README.md
1 parent 4df1c93 commit 6a51a8d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ with the point cloud, but it should already be approximately aligned. once you
8282
are done, you can click on the object and the tracker should start. You should
8383
do so before the object is being moved in the playback of the bagfile.
8484

85+
### How to cite?
86+
```
87+
inproceedings{wuthrich-iros-2013,
88+
title = {Probabilistic Object Tracking Using a Range Camera},
89+
author = {W{\"u}thrich, M. and Pastor, P. and Kalakrishnan, M. and Bohg, J. and Schaal, S.},
90+
booktitle = {IEEE/RSJ International Conference on Intelligent Robots and Systems},
91+
pages = {3195-3202},
92+
publisher = {IEEE},
93+
month = nov,
94+
year = {2013},
95+
month_numeric = {11}
96+
}
97+
```
8598

8699
### Addition documentation
87100

@@ -134,3 +147,17 @@ If CUDA is not being used, you can start the CPU based setup by launching
134147
For additionl details about the object tracking, please checkout the
135148
[dbrt](https://github.com/bayesian-object-tracking/dbrt/blob/master/README.md) package.
136149

150+
### How to cite?
151+
```
152+
@article{GarciaCifuentes.RAL,
153+
title = {Probabilistic Articulated Real-Time Tracking for Robot Manipulation},
154+
author = {Garcia Cifuentes, Cristina and Issac, Jan and W{\"u}thrich, Manuel and Schaal, Stefan and Bohg, Jeannette},
155+
journal = {IEEE Robotics and Automation Letters (RA-L)},
156+
volume = {2},
157+
number = {2},
158+
pages = {577-584},
159+
month = apr,
160+
year = {2017},
161+
month_numeric = {4}
162+
}
163+
```

0 commit comments

Comments
 (0)