Skip to content

Commit a3fc7fa

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

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ 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) .
4141

42+
The XTION camera link *XTION_RGB* is linked to the link *B_HEAD* through the
43+
joint *XTION_JOINT*. The transformation between the camera and the robot is not
44+
required to be very precise. However, it must be accurate enough to provide
45+
a rough initial pose.
46+
47+
Finally, the camera link name (here XTION_RGB) must match the camera frame
48+
provided by the point cloud topic. To determine the name of the depth camera
49+
frame or the RGB frame if registration is used, run
50+
51+
```bash
52+
rostopic echo /camera/depth/camera_info
53+
```
54+
4255
## How to cite?
4356
```
4457
@article{GarciaCifuentes.RAL,
@@ -53,17 +66,3 @@ look at [head.urdf.xacro](https://git-amd.tuebingen.mpg.de/open-source/dbrt_gett
5366
month_numeric = {4}
5467
}
5568
```
56-
57-
The XTION camera link *XTION_RGB* is linked to the link *B_HEAD* through the
58-
joint *XTION_JOINT*. The transformation between the camera and the robot is not
59-
required to be very precise. However, it must be accurate enough to provide
60-
a rough initial pose.
61-
62-
Finally, the camera link name (here XTION_RGB) must match the camera frame
63-
provided by the point cloud topic. To determine the name of the depth camera
64-
frame or the RGB frame if registration is used, run
65-
66-
```bash
67-
rostopic echo /camera/depth/camera_info
68-
```
69-

0 commit comments

Comments
 (0)