You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertdf_transformation_resultisnotNone, "DFRegistration should return a transformation matrix"
194
-
assertabs(df_transformation_result.transformation_matrix[0][0] -0.866) <0.1, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
194
+
assertabs(df_transformation_result.transformation_matrix[0][0] +0.866) <0.1, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
195
195
assertabs(df_transformation_result.transformation_matrix[0][1]) <0.1, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
196
-
assertabs(df_transformation_result.transformation_matrix[0][2] +0.5) <0.1, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
196
+
assertabs(df_transformation_result.transformation_matrix[0][2] -0.5) <0.1, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
assertdf_transformation_resultisnotNone, "DFRegistration should return a transformation matrix"
229
-
assertabs(df_transformation_result.transformation_matrix[0][3] +0.05) <0.02, "The translation in x should be around -0.05"
230
-
assertabs(df_transformation_result.transformation_matrix[1][3] +0.05) <0.02, "The translation in y should be around -0.05"
231
-
assertabs(df_transformation_result.transformation_matrix[2][3] -0.05) <0.02, "The translation in z should be around 0.05"
229
+
assertabs(df_transformation_result.transformation_matrix[0][3] -0.05) <0.02, "The translation in x should be around -0.05"
230
+
assertabs(df_transformation_result.transformation_matrix[1][3] -0.05) <0.02, "The translation in y should be around -0.05"
231
+
assertabs(df_transformation_result.transformation_matrix[2][3] +0.05) <0.02, "The translation in z should be around 0.05"
232
232
assertdf_transformation_result.transformation_matrix[0][0] >0.9, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
233
233
assertdf_transformation_result.transformation_matrix[1][2] >0.9, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied "
234
234
assertdf_transformation_result.transformation_matrix[2][1] <-0.9, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
0 commit comments