Source code for spotmicro.util.pybullet_data

import os


[docs]def getDataPath(): resdir = os.path.join(os.path.dirname(__file__)) return resdir