mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
Update createMultiBodyLinks.py
This commit is contained in:
parent
23e67a9733
commit
f8ce0ebf08
@ -1,7 +1,9 @@
|
||||
import pybullet as p
|
||||
import time
|
||||
import pybullet_data
|
||||
|
||||
p.connect(p.GUI)
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
p.createCollisionShape(p.GEOM_PLANE)
|
||||
p.createMultiBody(0, 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user