Update deformable_ball.py

This commit is contained in:
NiranthS 2020-04-23 23:04:18 +05:30 committed by GitHub
parent 304700408a
commit 3cd7cca8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
import pybullet as p
from time import sleep
import pybullet_data
physicsClient = p.connect(p.GUI)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
p.resetSimulation(p.RESET_USE_DEFORMABLE_WORLD)