Achllle / dual_quaternions_ros

Dual Quaternion conversions from/to ROS messages
MIT License
31 stars 7 forks source link

Implement dual quaternion linear blending (DLB) #44

Open Achllle opened 4 years ago

Achllle commented 4 years ago

Simple and fast interpolation, generalization of QLB (quaternion linear blending).

While ScLERP has the nice properties of constant speed, coordinate system invariance, and is shortest path, DLB is only coordinate system invariant and shortest path (not constant speed). (*)

TODO

(*) see Dual Quaternions for Rigid Transformation Blending by Kavan et al.