Update createMultiBodyLinks.py

This commit is contained in:
NiranthS 2020-04-23 22:57:05 +05:30 committed by GitHub
parent 23e67a9733
commit f8ce0ebf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)