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
+13-14
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,19 @@ one to some part of the robot where the camera is mounted. This requires
39
39
connecting a camera link through a joint to another link of the robot. Take a
40
40
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
41
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
+
42
55
## How to cite?
43
56
```
44
57
@article{GarciaCifuentes.RAL,
@@ -53,17 +66,3 @@ look at [head.urdf.xacro](https://git-amd.tuebingen.mpg.de/open-source/dbrt_gett
53
66
month_numeric = {4}
54
67
}
55
68
```
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
0 commit comments