Skip to content

Commit e1d9bd5

Browse files
authored
Merge pull request #225 from sourcebots/fix-distance-typo
fix: change m to mm
2 parents 18dbf16 + 8321dde commit e1d9bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/programming/vision/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can access the position using `m.distance`, `m.azimuth` and `m.elevation`.
6363
markers = robot.camera.see()
6464

6565
for m in markers:
66-
print(m.distance) # Distance to the marker from the webcam, in metres
66+
print(m.distance) # Distance to the marker from the webcam, in millimetres
6767
print(m.azimuth) # Bearing to the marker from the webcam, in radians
6868
```
6969

0 commit comments

Comments
 (0)