Skip to content

Commit 81c893c

Browse files
Update docs/source/api/vision/index.rst
Co-Authored-By: Tommy Poll <Tommy@poolle.co.uk>
1 parent bcc0cd0 commit 81c893c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api/vision/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You can access the position using ``m.bearing`` and ``m.distance``.
8282
8383
for m in markers:
8484
print(m.bearing) # Bearing to the marker from the origin, in radians
85-
print(m.distance) # distance to the marker from the origin, in meters
85+
print(m.distance) # Distance to the marker from the origin, in metres
8686
8787
* ``m.bearing`` is equivalent to ``m.position.cylindrical.phi``.
8888
* ``m.distance`` is equivalent to ``m.position.cylindrical.p``.

0 commit comments

Comments
 (0)