Skip to content

Commit 36e5038

Browse files
committed
reflect changed method name
1 parent e453a55 commit 36e5038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/models/DH/Puma560.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def ik3(robot, T, config='lun'):
308308

309309
puma = Puma560(symbolic=False)
310310
print(puma)
311-
print(puma.dyntable())
311+
print(puma.dynamics())
312312
# T = puma.fkine(puma.qn)
313313
# print(puma.ikine_a(T, 'lu').q)
314314
# print(puma.ikine_a(T, 'ru').q)

0 commit comments

Comments
 (0)