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"
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"
194
+
assertabs(df_transformation_result.transformation_matrix[0][0] -0.866) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
195
+
assertabs(df_transformation_result.transformation_matrix[0][1]) <0.2, "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.2, "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.1) <0.02, "The translation in x should be around -0.05"
230
-
assertabs(df_transformation_result.transformation_matrix[1][3] -0.1) <0.02, "The translation in y should be around -0.05"
231
-
assertabs(df_transformation_result.transformation_matrix[2][3] -0.1) <0.02, "The translation in z should be around 0.05"
232
-
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"
233
-
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"
234
-
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"
229
+
assertabs(df_transformation_result.transformation_matrix[0][3] -1) <0.2, "The translation in x should be around -0.05"
230
+
assertabs(df_transformation_result.transformation_matrix[1][3] -1) <0.2, "The translation in y should be around -0.05"
231
+
assertabs(df_transformation_result.transformation_matrix[2][3] -1) <0.2, "The translation in z should be around 0.05"
232
+
assertabs(df_transformation_result.transformation_matrix[0][0] -0.866) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
233
+
assertabs(df_transformation_result.transformation_matrix[0][1]) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
234
+
assertabs(df_transformation_result.transformation_matrix[0][2] -0.5) <0.2, "The rotation part of transformation matrix should be close to the transposed rotation matrix initially applied"
0 commit comments