I have intrinsic yaw-pitch-roll data for the initial and final position of a rigid body and I want to find the yaw-pitch-roll values halfway. Can I just linearly interpolate the yaw-pitch-roll values?
I would imagine this is done quite often in robotics, 3D graphics, gait analysis and other multibody mechanics applications, so any insight would be appreciated.
Thanks.