File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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
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
4143Our algorithm assumes that the frame of the depth image (specified by
4244the 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```
4749If this frame does not exist in your robot URDF, you have to add such a camera frame to the
4850part of the robot where the camera is mounted. This requires
You can’t perform that action at this time.
0 commit comments