We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dbf16 commit 8321ddeCopy full SHA for 8321dde
docs/programming/vision/index.md
@@ -63,7 +63,7 @@ You can access the position using `m.distance`, `m.azimuth` and `m.elevation`.
63
markers = robot.camera.see()
64
65
for m in markers:
66
- print(m.distance) # Distance to the marker from the webcam, in metres
+ print(m.distance) # Distance to the marker from the webcam, in millimetres
67
print(m.azimuth) # Bearing to the marker from the webcam, in radians
68
```
69
0 commit comments