From 3cd7cca8f86c21be0fc375577478dfad1dd77cd1 Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 23 Apr 2020 23:04:18 +0530 Subject: [PATCH] Update deformable_ball.py --- examples/pybullet/examples/deformable_ball.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pybullet/examples/deformable_ball.py b/examples/pybullet/examples/deformable_ball.py index 279737fa4..ffda4e6b7 100644 --- a/examples/pybullet/examples/deformable_ball.py +++ b/examples/pybullet/examples/deformable_ball.py @@ -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)