Update createMesh.py

This commit is contained in:
NiranthS
2020-04-23 22:52:17 +05:30
committed by GitHub
parent 5e23b8f2b8
commit f2e7d026da

View File

@@ -1,8 +1,10 @@
import pybullet as p
import time
import math
import pybullet_data
p.connect(p.GUI)
p.setAdditionalSearchPath(pybullet_data.getDataPath())
#don't create a ground plane, to allow for gaps etc
p.resetSimulation()
#p.createCollisionShape(p.GEOM_PLANE)