Skip to content

Commit 586b4b0

Browse files
committed
merge
1 parent 6294dc0 commit 586b4b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spatialmath/pose3d.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,14 +1570,10 @@ def Rt(cls, R, t=None, check=True):
15701570
else:
15711571
raise ValueError('expecting SO3 or rotation matrix')
15721572

1573-
<<<<<<< HEAD
15741573
if t is None:
15751574
t = np.zeros((3,))
1576-
return cls(base.rt2tr(R, t))
1577-
=======
15781575
return cls(base.rt2tr(R, t, check=check), check=check)
1579-
>>>>>>> feeaa3639699359e3af0c2b29949edde096af8f2
1580-
1576+
15811577
def angdist(self, other, metric=6):
15821578
r"""
15831579
Angular distance metric between poses

0 commit comments

Comments
 (0)