robotics-toolbox-python
robotics-toolbox-python copied to clipboard
Puma560 has no `printdyn` attribute
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'