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 bcc0cd0 commit 81c893cCopy full SHA for 81c893c
docs/source/api/vision/index.rst
@@ -82,7 +82,7 @@ You can access the position using ``m.bearing`` and ``m.distance``.
82
83
for m in markers:
84
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
+ print(m.distance) # Distance to the marker from the origin, in metres
86
87
* ``m.bearing`` is equivalent to ``m.position.cylindrical.phi``.
88
* ``m.distance`` is equivalent to ``m.position.cylindrical.p``.
0 commit comments