From f2e7d026daedbd0210e341b81dbd1feceaad5f5b Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 23 Apr 2020 22:52:17 +0530 Subject: [PATCH] Update createMesh.py --- examples/pybullet/examples/createMesh.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pybullet/examples/createMesh.py b/examples/pybullet/examples/createMesh.py index 6bbb09aa3..ce7fc80d2 100644 --- a/examples/pybullet/examples/createMesh.py +++ b/examples/pybullet/examples/createMesh.py @@ -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)