Skip to content

Commit 814494d

Browse files
authored
Merge pull request #36 from suddrey-qut/patch-1
2 parents 140d499 + 7307438 commit 814494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatialmath/pose3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ def Rt(cls, R, t, check=True):
15671567
else:
15681568
raise ValueError('expecting SO3 or rotation matrix')
15691569

1570-
return cls(base.rt2tr(R, t))
1570+
return cls(base.rt2tr(R, t, check=check), check=check)
15711571

15721572
def angdist(self, other, metric=6):
15731573
r"""

0 commit comments

Comments
 (0)