File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ rate, typically 100Hz-1kHz. Here are some of the core features
13
13
* Handles occlusion
14
14
* Copes with camera delays
15
15
* Requires only the model, i.e. the URDF description including the link meshes.
16
+
17
+ For more details on the algorithm, please check https://am.is.tuebingen.mpg.de/publications/garciacifuentes-ral .
16
18
17
19
## Getting Started Example
18
20
@@ -40,9 +42,9 @@ nominal camera in your robot model.
40
42
41
43
Our algorithm assumes that the frame of the depth image (specified by
42
44
the camera_info topic) exists in your URDF robot model. You can check the camera frame
43
- by running
45
+ by running:
44
46
``` bash
45
- rostopic echo /camera/depth/camera_info.
47
+ rostopic echo /camera/depth/camera_info
46
48
```
47
49
If this frame does not exist in your robot URDF, you have to add such a camera frame to the
48
50
part of the robot where the camera is mounted. This requires
You can’t perform that action at this time.
0 commit comments