POSITION AND ORIENATION REPRESENTATION
Position and translation
The minimum number of coordinates required to locate a body in Euclidean space is six. A coordinate frame i consists of an origin, denoted
The position of the origin of coordinate frame i relative to coordinate frame j can be denoted by the 3 X 1 vector
The components of this vector are the Cartesian coordinates of
Orientation and Rotation
A rotation is a displacement in which at least one point in the rigid body remains in its initial position and not all lines in the body remain parallel to their initial orientations. The orientation of coordinate frame i relative to coordinate frame j can be denoted by expressing the basis vectors .
Because the basis vectors are unit vectors and the dot product of any two unit vectors is the cosine of the angle
between them, the components are commonly referred to as direction cosines. An elementary rotation of frame i about the
while the same rotation about
and about the axis
Rotation matrices are combined through simple matrix multiplication such that the orientation of frame i relative to frame k can be expressed as
Euler Angles
For a minimal representation, the orientation of coordinate frame i relative to coordinate frame j can be denoted as a vector of three angles
There are many other representations for orientation such as Fixed-Angles, Quaternions and Angle-Axis.
Homogeneous Transformations
With homogeneous transformations, position vectors and rotation matrices are combined together in a compact notation.
Any vector
where
The above equation can be written as
where
is the 4X4 homogeneous transformation matrix . Just like Rotation matrices, homogeneous transformation matrices can also be transformed using matrix cross-multiplication.