SAPIEN icon indicating copy to clipboard operation
SAPIEN copied to clipboard

Add warning about not normalized quaternion

Open Jiayuan-Gu opened this issue 2 years ago • 0 comments

https://github.com/haosulab/SAPIEN/blob/6bc3f4e2be910199b793f185aea5791d9f193e4c/src/utils/pose.hpp#L19 We have not check whether quaternion is normalized when we create Pose. And to_transformation_matrix can in-place modify q. Thus, we are going to add some warning and perhaps automatically normalize for users.

Jiayuan-Gu avatar Jun 08 '22 18:06 Jiayuan-Gu