Hello, I have a question about Sanitytest code.
I don't see what "pose" means and what this function below computes from the rotation matrix.
|
def compute_pose_from_rotation_matrix(T_pose, r_matrix): |
It seems this function just calculates the transpose of the given matrix, is that right?
Hello, I have a question about Sanitytest code.
I don't see what "pose" means and what this function below computes from the rotation matrix.
RotationContinuity/sanity_test/code/tools.py
Line 9 in 758b0ce
It seems this function just calculates the transpose of the given matrix, is that right?