@@ -200,18 +200,18 @@ <h1>Notations</h1>
200
200
href ="https://tinyurl.com/y635m93l "> link</ a > ). The aim is to mitigate the
201
201
ambiguity that arises when describing robot poses, sensor data and more.</ p >
202
202
203
- < p > A vector expressed in the world frame, $\frame_{W}$, is written as $\pos_{W}$.
204
- Or more precisely if the vector describes the position of the camera frame,
205
- $\frame_{C}$, expressed in $\frame_{W}$, the vector can be written as
206
- $\pos_{WC}$. The left hand subscripts indicates the coordinate system the
207
- vector is expressed in, while the right-hand subscripts indicate the start and
208
- end points. For brevity if the vector has the same start point as the frame to
209
- which it is expressed in, the same vector can be written as $\pos_{WC}$.
210
- Similarly a transformation of a point from $\frame_{W}$ to $\frame_{C}$ can be
211
- represented by a homogeneous transform matrix, $\tf__ {WC}$, where its rotation
212
- matrix component is written as $\rot_{WC}$ and the translation component
213
- written as $\pos_{WC}$. A rotation matrix that is parametrized by quaternion
214
- $\quat_{WC}$ is written as $\rot\{\quat_{WC}\}$.</ p >
203
+ < p > A vector expressed in the world frame, $\frame_{W}$, is written as
204
+ $\pos_{W}$. Or more precisely if the vector describes the position of the
205
+ camera frame, $\frame_{C}$, expressed in $\frame_{W}$, the vector can be
206
+ written as $\pos_{WC}$. The left hand subscripts indicates the coordinate
207
+ system the vector is expressed in, while the right-hand subscripts indicate the
208
+ start and end points. For brevity if the vector has the same start point as the
209
+ frame to which it is expressed in, the same vector can be written as
210
+ $\pos_{WC}$. Similarly a transformation of a point from $\frame_{W}$ to
211
+ $\frame_{C}$ can be represented by a homogeneous transform matrix, $\tf_ {WC}$,
212
+ where its rotation matrix component is written as $\rot_{WC}$ and the
213
+ translation component written as $\pos_{WC}$. A rotation matrix that is
214
+ parametrized by quaternion $\quat_{WC}$ is written as $\rot\{\quat_{WC}\}$.</ p >
215
215
216
216
$$
217
217
\begin{align}
@@ -415,7 +415,7 @@ <h3>Product</h3>
415
415
\begin{bmatrix}
416
416
0 & -\vec{p}_{v}^{T} \\
417
417
\vec{p}_w \I_{3 \times 3} + \vec{p}_{v} &
418
- \vec{p}_w \I_{3 \times 3} -\Skew {\vec{p}_{v}}
418
+ \vec{p}_w \I_{3 \times 3} -\vee {\vec{p}_{v}}
419
419
\end{bmatrix}
420
420
$$
421
421
@@ -426,11 +426,11 @@ <h3>Product</h3>
426
426
\begin{bmatrix}
427
427
0 & -\vec{q}_{v}^{T} \\
428
428
\vec{q}_w \I_{3 \times 3} + \vec{q}_{v} &
429
- \vec{q}_w \I_{3 \times 3} -\Skew {\vec{q}_{v}}
429
+ \vec{q}_w \I_{3 \times 3} -\vee {\vec{q}_{v}}
430
430
\end{bmatrix},
431
431
$$
432
432
433
- < p > where $\Skew {\bullet}$ is the skew operator that produces a matrix cross
433
+ < p > where $\vee {\bullet}$ is the skew operator that produces a matrix cross
434
434
product matrix, and is defined as,</ p >
435
435
436
436
$$
@@ -441,7 +441,7 @@ <h3>Product</h3>
441
441
-v_{2} & v_{1} & 0
442
442
\end{bmatrix},
443
443
\quad
444
- \vec{v} \in \Real {3}
444
+ \vec{v} \in \real^ {3}
445
445
$$
446
446
447
447
0 commit comments