We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f01ac commit ae458e9Copy full SHA for ae458e9
spatialmath/pose3d.py
@@ -408,7 +408,7 @@ def Rand(cls, N=1):
408
409
:seealso: :func:`spatialmath.quaternion.UnitQuaternion.Rand`
410
"""
411
- return cls([base.q2r(base.rand()) for _ in range(0, N)], check=False)
+ return cls([base.q2r(base.qrand()) for _ in range(0, N)], check=False)
412
413
@classmethod
414
def Eul(cls, *angles, unit='rad'):
0 commit comments