10000 fix example · avardy/robotics-toolbox-python@12f6015 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12f6015

Browse files
committed
fix example
1 parent 92bbd85 commit 12f6015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/examples/RRMC_swift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import numpy as np
1010

1111
env = swift.Swift()
12-
env.launch()
12+
env.launch(realtime=True)
1313

1414
panda = rp.models.Panda()
1515
panda.q = panda.qr

0 commit comments

Comments
 (0)
0