orocos_kinematics_dynamics
orocos_kinematics_dynamics copied to clipboard
rotation interpolation method
trafficstars
As I can see, rotational_interpolation_singleaxis is the only mothed for rotation interpolation. When will Slerp be added ?
* RotationalInterpolation_SingleAxis() has the advantage that it is independent
* of the frame in which you express your path.
* Other implementations for RotationalInterpolations COULD be
* (not implemented) (yet) :
* 1) quaternion interpolation : but this is more difficult for the human to interprete
* 2) 3-axis interpolation : express the orientation of the frame in e.g.
* euler zyx angles alfa,beta, gamma and interpolate these parameters.
* But this is dependent of the frame you choose as a reference and
* their can occur representation singularities.