Skip to content

Commit f648203

Browse files
authored
Update README.md
1 parent 72f696a commit f648203

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ rate, typically 100Hz-1kHz. Here are some of the core features
1313
* Handles occlusion
1414
* Copes with camera delays
1515
* 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.
1618

1719
## Getting Started Example
1820

@@ -40,9 +42,9 @@ nominal camera in your robot model.
4042

4143
Our algorithm assumes that the frame of the depth image (specified by
4244
the camera_info topic) exists in your URDF robot model. You can check the camera frame
43-
by running
45+
by running:
4446
```bash
45-
rostopic echo /camera/depth/camera_info.
47+
rostopic echo /camera/depth/camera_info
4648
```
4749
If this frame does not exist in your robot URDF, you have to add such a camera frame to the
4850
part of the robot where the camera is mounted. This requires

0 commit comments

Comments
 (0)