.. raw:: html
Forces and torques.
Position and orientation.
Linear and angular velocities.
Linear acceleration + angular velocity.
The point in space with respect to which quantities are expressed.
The same physical signal yields different moment components depending on where this point is chosen.
This is relevant for torques, linear velocities and linear accelerations, but not for forces or angular velocities.
The coordinate axes used to express the components of a signal.
The same vector can be decomposed along different axes.
Expression axes do not have to be attached to the rigid body where the signal is measured or applied.
| Notation | Meaning |
|---|---|
| sP — subscript | Reference point P: the physical point on the rigid body at which the signal is measured or applied. |
| s{F} — superscript in braces | Expression frame F: the coordinate axes in which the signal components are expressed. |
| rAB | Position vector from reference point A to reference point B. |
| R{Y}{X} | Rotation matrix that re-expresses vector components from frame {X} into frame {Y}. |
| q{Y}{X} | Unit quaternion representing the same rotation as R{Y}{X}, used for quaternion composition (pose orientation only). |
[fx, fy, fz, tx, ty, tz][px, py, pz, qw, qx, qy, qz][vx, vy, vz, wx, wy, wz][ax, ay, az, wx, wy, wz]Understand the usage pattern, how to define the transformation tree and how to integrate into a real-time loop.