Skip to content

Commit 9adfa31

Browse files
committed
fixed example
1 parent 5227a48 commit 9adfa31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mmc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Launch the simulator Swift
1818
env = rtb.backend.Swift()
19-
env.launch()
19+
env.launch('google-chrome')
2020

2121
# Create a Panda robot object
2222
panda = rtb.models.Panda()
@@ -95,4 +95,4 @@
9595
panda.qd[:n] = qd[:n]
9696

9797
# Step the simulator by 50 ms
98-
env.step(50)
98+
env.step(0.05)

0 commit comments

Comments
 (0)