49 const float rotation = simox::math::deg_to_rad(in.getrotationDegrees());
51 const Eigen::Isometry3f robotRelativeMovement(
52 (Eigen::AngleAxisf(rotation, Eigen::Vector3f::UnitZ())));
54 out.setrelativePose(
toIce(robotRelativeMovement.matrix()));