pybullet a bit more refactoring, moving around files.

pybullet: move data to pybullet_data package, with getDataPath() method
This commit is contained in:
Erwin Coumans
2017-08-27 18:08:46 -07:00
parent 97cb6df00c
commit 659e869b86
185 changed files with 149 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
import pybullet as p
import os
def getDataPath():
resdir = os.path.join(os.path.dirname(__file__))
return resdir