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 fb68765 commit 41f192cCopy full SHA for 41f192c
spatialmath/spatialvector.py
@@ -487,7 +487,7 @@ def __rmul__(
487
right, left
488
): # lgtm[py/not-named-self] pylint: disable=no-self-argument
489
# Twist * SpatialForce -> SpatialForce
490
- return SpatialForce(left.Ad.T @ right.A)
+ return SpatialForce(left.Ad().T @ right.A)
491
492
493
# ------------------------------------------------------------------------- #
0 commit comments