robotics-toolbox-python icon indicating copy to clipboard operation
robotics-toolbox-python copied to clipboard

Puma560 has no `printdyn` attribute

Open walchko opened this issue 3 years ago • 0 comments

When I run this example, it fails with the following error:

https://github.com/petercorke/robotics-toolbox-python/blob/176f21cd8e7611c74b3346ccfd5fce470f6ec487/roboticstoolbox/examples/puma_fdyn.py#L10

Traceback (most recent call last):
  File "/Users/kevin/tmp/robottoolkit/./test.py", line 41, in <module>
    p560.printdyn()
AttributeError: 'Puma560' object has no attribute 'printdyn'

walchko avatar Apr 16 '22 16:04 walchko