Skip to content

Commit

Permalink
#942 returning xyz again.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelriemoliveira committed May 4, 2024
1 parent 74e5f78 commit e273a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atom_core/src/atom_core/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def compareTransforms(t1, t2):

translation_delta = t_delta[0:3, 3]
# print('translation_delta = ' + str(translation_delta))
x, y, z = translation_delta

# global metrics
translation_error = float(abs(np.average(translation_delta)))
Expand Down

0 comments on commit e273a30

Please sign in to comment.