Skip to content

Commit 4cfde19

Browse files
authored
Update README.md
1 parent 5a857f9 commit 4cfde19

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,22 @@ In case your URDF model does not specify a camera link, you have to attach
3838
one to some part of the robot where the camera is mounted. This requires
3939
connecting a camera link through a joint to another link of the robot. Take a
4040
look at [head.urdf.xacro](https://git-amd.tuebingen.mpg.de/open-source/dbrt_getting_started/blob/master/apollo_robot_model/models/head.urdf.xacro#L319) .
41+
42+
## How to cite?
43+
```
44+
@article{GarciaCifuentes.RAL,
45+
title = {Probabilistic Articulated Real-Time Tracking for Robot Manipulation},
46+
author = {Garcia Cifuentes, Cristina and Issac, Jan and W{\"u}thrich, Manuel and Schaal, Stefan and Bohg, Jeannette},
47+
journal = {IEEE Robotics and Automation Letters (RA-L)},
48+
volume = {2},
49+
number = {2},
50+
pages = {577-584},
51+
month = apr,
52+
year = {2017},
53+
month_numeric = {4}
54+
}
55+
```
56+
4157
The XTION camera link *XTION_RGB* is linked to the link *B_HEAD* through the
4258
joint *XTION_JOINT*. The transformation between the camera and the robot is not
4359
required to be very precise. However, it must be accurate enough to provide

0 commit comments

Comments
 (0)