Centrala begrepp
Dual quaternions provide an efficient and robust representation for poses, twists, and wrenches in kinematic analysis, enabling computationally fast and low-jerk interpolation of poses and effective handling of perturbations.
Sammanfattning
The paper introduces the use of dual quaternions to represent and analyze kinematics. It starts by discussing the advantages of using quaternions over matrices and Euler angles for representing rotations. The authors then explain how dual quaternions can be used to represent poses, which combine rotation and translation, in a compact and computationally efficient manner.
The key highlights include:
- Dual quaternions provide a bilinear representation of pose composition, enabling a simple formulation of the relationship between poses and twists (angular and translational velocities).
- Dual quaternion normalization provides a computationally efficient way to project approximate poses onto valid poses, which is useful in numerical methods like the Newton-Raphson algorithm.
- Dual quaternions enable a straightforward and low-jerk method for interpolating a sequence of poses, by first interpolating the rotation quaternions and then the translations separately.
- The concept of the Lie difference between dual quaternions is introduced as a way to measure the perturbation of a pose from a reference pose, which is useful in control theory applications.
- The paper also covers the representation of wrenches (forces and torques) using dual quaternions and their relationship to twists.
Overall, the paper demonstrates how the dual quaternion representation can simplify and improve the efficiency of various kinematic analysis tasks compared to traditional matrix or Euler angle-based approaches.
Statistik
d/dt(pose) = (pose) × (twist)
s = (Qr + 2B)Q*
Citat
"Quaternions can be represented with only four numbers, whereas the matrix representation requires nine numbers."
"Quaternions suffer from no such problems [as Euler angles] of gimbal lock and discontinuities."
"A great advantage of this [dual quaternion] representation is the relationship between pose and twist: d/dt(pose) = (pose) × (twist)."