Skip to content

Commit fef872b

Browse files
committed
mention that pose estimation is the calculations skipped
1 parent ed182f9 commit fef872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/sr/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ while True:
4545
~~~~~
4646

4747
see_ids
48-
: Take a photo through the webcam, and return a list of marker ids (**not** full `Marker` objects). This doesn't do the same orientation calculations as `see`, and so is much faster to run.
48+
: Take a photo through the webcam, and return a list of marker ids (**not** full `Marker` objects). This doesn't do the same [pose estimation](https://en.wikipedia.org/wiki/3D_pose_estimation) calculations as `see`, and so is much faster to run.
4949

5050
~~~~~ python
5151
from sr.robot3 import *

0 commit comments

Comments
 (0)