8000 made arguments match backend standard · Russ76/robotics-toolbox-python@7cfa754 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cfa754

Browse files
committed
made arguments match backend standard
1 parent f0309ed commit 7cfa754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VPython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# PUMA560
1414
puma = rtb.models.DH.Puma560()
15-
env.add(0, 'Puma', puma)
15+
env.add(puma)
1616

1717
for i in range(1000):
1818
env.step(puma)

0 commit comments

Comments
 (0)
0