30 #include "../Util/OrientationConversion.h"
31 #include "../exceptions/InterpolationNotDefinedException.h"
38 if (time < 0 || time > 1)
60 for (
unsigned int i = 0; i < cp.size(); i++)
71 Vector3BasePtr tempPos = Vector3BasePtr(
new Vector3(org->position->x, org->position->y, org->position->z));
72 return *
new PoseBasePtr(
new Pose(tempPos, tempOri));