Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wumanu authored May 30, 2017
1 parent 72f696a commit f648203
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ rate, typically 100Hz-1kHz. Here are some of the core features
* Handles occlusion
* Copes with camera delays
* Requires only the model, i.e. the URDF description including the link meshes.

For more details on the algorithm, please check https://am.is.tuebingen.mpg.de/publications/garciacifuentes-ral.

## Getting Started Example

Expand Down Expand Up @@ -40,9 +42,9 @@ nominal camera in your robot model.

Our algorithm assumes that the frame of the depth image (specified by
the camera_info topic) exists in your URDF robot model. You can check the camera frame
by running
by running:
```bash
rostopic echo /camera/depth/camera_info.
rostopic echo /camera/depth/camera_info
```
If this frame does not exist in your robot URDF, you have to add such a camera frame to the
part of the robot where the camera is mounted. This requires
Expand Down

0 comments on commit f648203

Please sign in to comment.