8000 typo · G-SS/robotics-toolbox-python@82b29ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 82b29ce

Browse files
committed
typo
1 parent e1e7931 commit 82b29ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/DHLink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _listen_dyn(func):
154154
@wraps(func)
155155
def wrapper_listen_dyn(*args):
156156
if args[0]._robot is not None:
157-
args[0]._robot._dynchanged()
157+
args[0]._robot.dynchanged()
158158
return func(*args)
159159
return wrapper_listen_dyn
160160

0 commit comments

Comments
 (0)
0