aux/math: Correct(?) transform

This commit is contained in:
Jakob Bornecrantz 2019-10-05 22:31:04 +01:00 committed by Ryan Pavlik
parent 68e7544f57
commit 0d9aaae470

View file

@ -314,7 +314,7 @@ transform_accumulate_pose(const xrt_pose &transform,
Eigen::Quaternionf::Identity();
}
math_pose_transform(&in_out_relation->pose, &transform,
math_pose_transform(&transform, &in_out_relation->pose,
&in_out_relation->pose);
}