Skip to content

Commit e2bf223

Browse files
committed
fixed qlim
1 parent d310df6 commit e2bf223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/tools/urdf/urdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,7 @@ def __init__(self, name, links, joints=None,
17701770

17711771
# joint limit
17721772
try:
1773-
joint.qlim = [joint.limit.lower, joint.limit.upper]
1773+
childlink.qlim = [joint.limit.lower, joint.limit.upper]
17741774
except AttributeError:
17751775
# no joint limits provided
17761776
pass

0 commit comments

Comments
 (0)