Skip to content

Commit bab65bc

Browse files
committed
fix #252
1 parent 7951dae commit bab65bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboticstoolbox/robot/DHRobot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,8 +1415,8 @@ def removesmall(x):
14151415

14161416
if self._base is not None:
14171417
Rb = t2r(self.base.A).T
1418-
w = Rb @ wd
1419-
wd = Rb @ wdd
1418+
w = Rb @ w
1419+
wd = Rb @ wd
14201420
vd = Rb @ gravity
14211421

14221422
# ---------------- initialize some variables ----------------- #

0 commit comments

Comments
 (0)