From 7807de7fa67ad7448fa31be22f6b59eec03de0a6 Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 23 Apr 2020 23:00:14 +0530 Subject: [PATCH] Update createSphereMultiBodies.py --- examples/pybullet/examples/createSphereMultiBodies.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pybullet/examples/createSphereMultiBodies.py b/examples/pybullet/examples/createSphereMultiBodies.py index 689205ca3..67f562d70 100644 --- a/examples/pybullet/examples/createSphereMultiBodies.py +++ b/examples/pybullet/examples/createSphereMultiBodies.py @@ -2,8 +2,10 @@ import pybullet as p import time useMaximalCoordinates = 0 +import pybullet_data p.connect(p.GUI) +p.setAdditionalSearchPath(pybullet_data.getDataPath()) #p.loadSDF("stadium.sdf",useMaximalCoordinates=useMaximalCoordinates) monastryId = concaveEnv = p.createCollisionShape(p.GEOM_MESH, fileName="samurai_monastry.obj",