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 63a135d commit a0eb994Copy full SHA for a0eb994
programming/sr/vision/index.md
@@ -246,7 +246,7 @@ rotation_matrix
246
This 3×3 matrix is represented by a list of 3 lists, each with 3 values, in an arrangement compatible with tools such as `numpy`.
247
248
quaternion
249
-: The [quarternion](https://en.wikipedia.org/wiki/Quaternion) represented by this orientation.
+: The [quaternion](https://en.wikipedia.org/wiki/Quaternion) represented by this orientation.
250
On the physical kits this is implemented as a [`pyquaternion.Quaternion`](https://kieranwynn.github.io/pyquaternion/#quaternion-features) instance.
251
252
<a id="Spherical"/>
0 commit comments