Spatial Description & Transformation¶
Descriptions¶
Descriptions of a position, an orientation
In a coordinate system \(\{A\}\) (three orthogonal unit vectors),
(i) A point \(^AP\) is expressed by a vector
(ii) Attach another coordinate system \(\{B\}\), with its unit vectors \(\hat{X}_B\), \(\hat{Y}_B\), and \(\hat{Z}_B\). If they represented by system \(\{A\}\), as \(^A\hat{X}_B\), \(^A\hat{Y}_B\), and \(^A\hat{Z}_B\). Stack these three vectors together, and we have a rotation matrix from \(A\) to \(B\)
If we consider from linear algebra, denoting \(\hat{e}_1,\hat{e}_2,\hat{e}_3\) as basis of \(\{B\}\), \(e_1,e_2,e_3\) as basis of \(\{A\}\), so
from inner product, we have
So a rotation matrix from \(\{A\}\) to \(B\), we have
we can express the relationship between the two basis
or
So if we have a point \(\vec{v}=\left[\begin{array}{ccc}v_1&v_2&v_3\end{array}\right]\left[\begin{array}{ccc}e_1&e_2&e_3\end{array}\right]^T\) in frame \(A\), assume \(^A_BR\) is inversible, then we have its expression in frame \(B\)
Homogenious Transformation Matrix¶
Does every matrix could be expressed by \(Z-Y-X\) angle?
When \(\beta=\frac{\pi}{2}\), then we lose a degree of freedom, solution is not unique.
gamble lock.