Update humanoidMotionCapture.py

This commit is contained in:
NiranthS 2020-04-23 23:11:16 +05:30 committed by GitHub
parent e9163d0987
commit 844c5b62f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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