Raspberry控制 Dobot magician


#1

我想使用樹莓派去控制Dobot,我使用官網上的DobotDemoV2.0,
但一直出現下列訊息,想請問是否有方法解決

Traceback (most recent call last):
File “DobotControl.py”, line 10, in
api = dType.load()
File “/home/pi/DobotDemoV2.0/DobotDemoForPython/DobotDemoForPython/DobotDllType.py”, line 466, in load
return CDLL(“libDobotDll.so.1.0.0”, RTLD_GLOBAL)
File “/usr/lib/python2.7/ctypes/init.py”, line 365, in init
self._handle = _dlopen(self._name, mode)
OSError: libDobotDll.so.1.0.0: cannot open shared object file: No such file or directory