8000 tidyup · navrobot/robotics-toolbox-python@276ffc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 276ffc5

Browse files
committed
tidyup
1 parent 5020c42 commit 276ffc5

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
@@ -262,5 +262,5 @@ def ikine_a(self, T, config):
262262

263263
if __name__ == '__main__': # pragma nocover
264264

265-
puma = Puma560(symbolic=True)
265+
puma = Puma560()
266266
print(puma)

0 commit comments

Comments
 (0)
0