From 844c5b62f4f6e3bae99198826f55a722f6890cfd Mon Sep 17 00:00:00 2001 From: NiranthS <44475481+NiranthS@users.noreply.github.com> Date: Thu, 23 Apr 2020 23:11:16 +0530 Subject: [PATCH] Update humanoidMotionCapture.py --- examples/pybullet/examples/humanoidMotionCapture.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/pybullet/examples/humanoidMotionCapture.py b/examples/pybullet/examples/humanoidMotionCapture.py index f810f533e..ac0afda48 100644 --- a/examples/pybullet/examples/humanoidMotionCapture.py +++ b/examples/pybullet/examples/humanoidMotionCapture.py @@ -1,12 +1,15 @@ import pybullet as p import json import time +import pybullet_data + useGUI = True if useGUI: p.connect(p.GUI) else: p.connect(p.DIRECT) +p.setAdditionalSearchPath(pybullet_data.getDataPath()) useZUp = False useYUp = not useZUp